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
I am using latest spl-token library (0.4.9) in my web3 app and when I add Jupiter Widget as npm package all imports for @solana/spl-token are pointing to Jupiter dependency(0.1.8) so all new features are not available.
if I install @solana/spl-token as alias and import aliased version, e.g.
Hello!
I am using latest spl-token library (0.4.9) in my web3 app and when I add Jupiter Widget as npm package all imports for @solana/spl-token are pointing to Jupiter dependency(0.1.8) so all new features are not available.
if I install @solana/spl-token as alias and import aliased version, e.g.
-- all functionality is working as expected not conflicting with Jupiter deps.
Was it designed so? Is there any other solution to not break existing spl-token root dependency for entire project?
thank you.
The text was updated successfully, but these errors were encountered: