Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilikerobots/fd43a444235e5a73043329311700dff5 to your computer and use it in GitHub Desktop.
Save ilikerobots/fd43a444235e5a73043329311700dff5 to your computer and use it in GitHub Desktop.
createPersistedState({
paths: Object.entries(modules).map(
([mName , m]) => 'persistentPaths' in m
? m.persistentPaths.map(path => mName + "." + path)
: []
).flat(),
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment