Skip to content

Instantly share code, notes, and snippets.

@qkreltms
Created April 18, 2021 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qkreltms/f9749cc5f2c85fb284b0ab946e2339f9 to your computer and use it in GitHub Desktop.
Save qkreltms/f9749cc5f2c85fb284b0ab946e2339f9 to your computer and use it in GitHub Desktop.
if (action.type === PERSIST) {
  //...

  action.register(config.key)

  getStoredState(config).then(
        restoredState => {
          //...
              _rehydrate(migratedState)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment