Skip to content

Instantly share code, notes, and snippets.

@andregardi
Last active September 12, 2020 12:54
Show Gist options
  • Save andregardi/94ab48c027bf70afea952b7404dc3366 to your computer and use it in GitHub Desktop.
Save andregardi/94ab48c027bf70afea952b7404dc3366 to your computer and use it in GitHub Desktop.
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