Replies: 1 comment
-
|
Any updates on this issue? I'm having the same problem when trying to use wagmi in react-native |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I'm trying to get wagmi to run in a browser extension.
Everything works fine but I'm having a little trouble with the storage. I want to use
browser.storage.localbut this returns an async API - https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/get.Using the default local storage doesn't seem recommended as it isn't shared in the background scripts.
https://developer.chrome.com/docs/extensions/reference/storage/
Any help is greatly appreciated - thanks :D
Beta Was this translation helpful? Give feedback.
All reactions