Created
May 12, 2021 08:58
-
-
Save ilikerobots/fd43a444235e5a73043329311700dff5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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