Skip to content

Instantly share code, notes, and snippets.

@vadimkorr
Last active August 23, 2019 14:40
Show Gist options
  • Save vadimkorr/090e5913eed732cab2ff6229ff517fd9 to your computer and use it in GitHub Desktop.
Save vadimkorr/090e5913eed732cab2ff6229ff517fd9 to your computer and use it in GitHub Desktop.
Example of accessing state directly
// trying to push notification object directly to the array
store.notifications.push(
createSuccessNotification(
"Success",
"This message tells that everything goes fine."
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment