-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello, I tried to add redux-persist with no luck.
I tried in App.js
const store = wrapStore(new Worker(new URL('./store.worker', import.meta.url)), {});
const persistor = persistStore(store);
but i get the error:
Failed to execute 'postMessage' on 'Worker': function register(key)
When I tried to trace it, sadly I couldn't figure out anything
Any help would be great!
Metadata
Metadata
Assignees
Labels
No labels