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
Whenever I try to add starknet-react to a project, I get this runtime error:
(0 , get_starknet_core_1.getStarknet) is not a function
TypeError: (0 , get_starknet_core_1.getStarknet) is not a function
at InjectedConnector.ensureWallet (http://localhost:3000/static/js/bundle.js:1830:58)
at InjectedConnector.available (http://localhost:3000/static/js/bundle.js:1752:10)
at http://localhost:3000/static/js/bundle.js:2683:49
at Array.filter (<anonymous>)
at http://localhost:3000/static/js/bundle.js:2683:29
at commitHookEffectListMount (http://localhost:3000/static/js/bundle.js:61367:30)
at commitPassiveMountOnFiber (http://localhost:3000/static/js/bundle.js:62860:17)
at commitPassiveMountEffects_complete (http://localhost:3000/static/js/bundle.js:62832:13)
at commitPassiveMountEffects_begin (http://localhost:3000/static/js/bundle.js:62822:11)
at commitPassiveMountEffects (http://localhost:3000/static/js/bundle.js:62812:7)
I'm using Node v18.16.0 and the package's latest version "@starknet-react/core": "^0.18.0"
I've used yarn to add the package
The text was updated successfully, but these errors were encountered:
Whenever I try to add
starknet-react
to a project, I get this runtime error:I'm using Node v18.16.0 and the package's latest version
"@starknet-react/core": "^0.18.0"
I've used
yarn
to add the packageThe text was updated successfully, but these errors were encountered: