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
Any chance we can update things to work with redux?
Currently the onClick events will always update the internal active state, and passing the initial 'selectedIndex' prop is only used for the initial render.
Would it be possible to make 'selectedIndex' drive the whole tab system? We could use hooks for onClick and onKeyUp to do something ( e.g. dispatch actions ) to pass a new value for 'selectedIndex'?
The text was updated successfully, but these errors were encountered:
Any chance we can update things to work with redux?
Currently the onClick events will always update the internal active state, and passing the initial 'selectedIndex' prop is only used for the initial render.
Would it be possible to make 'selectedIndex' drive the whole tab system? We could use hooks for onClick and onKeyUp to do something ( e.g. dispatch actions ) to pass a new value for 'selectedIndex'?
The text was updated successfully, but these errors were encountered: