Last active
April 30, 2017 23:34
-
-
Save jdjkelly/0dc87d7d0757a704ec05dc81a8d05e95 to your computer and use it in GitHub Desktop.
getState()
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
... | |
let currentState = preloadedState | |
... | |
function getState() { | |
return currentState | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment