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
Hi @davidtheclark! The library is great, thank you for open sourcing it!
I have been running into one issue. I was trying to replicate the stateless demo, and can get the tabs to switch. But the function being passed as the onChange prop is not being passed the id on tabChange. I imagine it is a n00b mistake, but any pointers would me much appreciated.
Hi @davidtheclark! The library is great, thank you for open sourcing it!
I have been running into one issue. I was trying to replicate the stateless demo, and can get the tabs to switch. But the function being passed as the
onChange
prop is not being passed theid
ontabChange
. I imagine it is a n00b mistake, but any pointers would me much appreciated.Here is what my render function works like -
The
handleTabChange
function is not getting thetabId
parameter. This is what that looks like:Thank you!
The text was updated successfully, but these errors were encountered: