Last active
September 12, 2020 12:54
-
-
Save andregardi/94ab48c027bf70afea952b7404dc3366 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
store.setState((state) => { | |
state.cities[0].weatherStatus.current.weather[0].description = "Clear sky"; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment