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
@layershifter@levithomason is there any way to do this with the shorthand API like this, or is this something you can only currently do with the subcomponent API?
Also @leantide you want to be careful about arrow functions in your render. It's going to cause a render for each child component. It can also make shouldComponentUpdate() return false positives.
Feature Request: Add ability to pass custom props into tab panes. For example:
The text was updated successfully, but these errors were encountered: