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
Type 'SolanaExtension' is not assignable to type 'Extension<string>'. Types have separate declarations of a private property '__sdk_access_field_descriptors__'.
#702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
[x ] Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
[x ] Are you running the latest SDK version? 22.0
[x ] Are you reporting to the correct repository (magic-sdk)?
๐ Description
this is similar to #680 but obviously for solana.
Tested with the version in the [demo](Solana JavaScript Web3 example) and it works (magic-sdk 19.0.0 and magic-ext/solana 15.0.0 ) so definitely something broken here.
โ Prerequisites
magic-sdk
)?๐ Description
this is similar to #680 but obviously for solana.
Tested with the version in the [demo](Solana JavaScript Web3 example) and it works (magic-sdk 19.0.0 and magic-ext/solana 15.0.0 ) so definitely something broken here.
Per the solana integration documentation, this should work, but i get the following error from typescript:
Type 'SolanaExtension' is not assignable to type 'Extension'.
Types have separate declarations of a private property 'sdk_access_field_descriptors'
๐งฉ Steps to Reproduce
see description
๐ค Expected behavior
I expect to be able to login and get the solana wallet without an error
๐ฎ Actual behavior
error causes build to break.
๐ป Code Sample
๐ Environment
magic-sdk
magic-ext/solana
yarn
The text was updated successfully, but these errors were encountered: