You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hey. I am working on a simple setup to write a package. After importing @solana-mobile/wallet-adapter-mobile the following error is thrown while building the project
Could not find a declaration file for module '@solana-mobile/wallet-adapter-mobile'. '/Users/.../Documents/GitHub/Work/solana-react/node_modules/.pnpm/@[email protected]_@[email protected][email protected]_utf-8-vali_zmsbdydrbudvytyku74jwk3dfa/node_modules/@solana-mobile/wallet-adapter-mobile/lib/esm/index.js' implicitly has an 'any' type.
There are types at '/Users/.../Documents/GitHub/Work/solana-react/node_modules/@solana-mobile/wallet-adapter-mobile/lib/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@solana-mobile/wallet-adapter-mobile' library may need to update its package.json or typings.ts(7016)
To Reproduce
Steps to reproduce the behavior:
Setup a bare react project with pnpm v9.4.0 and node v20.15.0. I'm using the following configs:
Describe the bug
Hey. I am working on a simple setup to write a package. After importing
@solana-mobile/wallet-adapter-mobile
the following error is thrown while building the projectTo Reproduce
Steps to reproduce the behavior:
pnpm v9.4.0
andnode v20.15.0
. I'm using the following configs:pnpm build
.Environment:
The text was updated successfully, but these errors were encountered: