Skip to content

How to use redux-persist #37

@Roshdy

Description

@Roshdy

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions