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'm trying to connect my dapp with scatter. But, I can't instantiate scatter instance in js using document.addEventListener('scatterLoaded', scatterExtension => { const scatter = window.scatter; })
Scatter is not available from the window scope. How can I solve this issue?
The text was updated successfully, but these errors were encountered:
I'm trying to connect my dapp with scatter. But, I can't instantiate scatter instance in js using
document.addEventListener('scatterLoaded', scatterExtension => { const scatter = window.scatter; })
Scatter is not available from the window scope. How can I solve this issue?
The text was updated successfully, but these errors were encountered: