You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example usage: Redux app wants to track if accordion is open/closed to perserve state between sessions. Redux open/close will be passed to accordion with initialIsOpen. There needs to be a callback method that gets triggered when accordion is open/closed so redux state can be updated to latest state. Callback should be called with parameter isOpen.
The text was updated successfully, but these errors were encountered:
Example usage: Redux app wants to track if accordion is open/closed to perserve state between sessions. Redux open/close will be passed to accordion with
initialIsOpen
. There needs to be a callback method that gets triggered when accordion is open/closed so redux state can be updated to latest state. Callback should be called with parameterisOpen
.The text was updated successfully, but these errors were encountered: