Closed TJ-alchemist closed 2 years ago
Found an alternative that works: https://www.npmjs.com/package/store2
Closing the issue.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.
Hello, I am using localStorage similar to how it is used in the extension. I am placing it in State.ts for saving "authUrls" like in extension-base package. But am getting an error:
Uncaught ReferenceError: localStorage is not defined
I know localStorage cannot be used in the backend. So not sure how its working in the Polkadot extension. Can anyone guide me with the issue?