package.json
Provider File where i use moralis
I got the ReferenceError :Can’t find variable: localStorage
Is anyone here who already fixed it ? , Help Me …
You would need some polyfills to use local storage for moralis-v1
/ react-moralis
similar to the old React Native boilerplate (which seems to use localstorage-polyfill
) - there may be a better package for it now but you can try that.
Thanks Alex
for suggesting the package : localstorage-polyfill