-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Tabs): filter nullish values from TabPanels children
This change allows users again to conditionally render children of TabPanels: If children are not filtered for nullish/falsy values before cloning them, `React.cloneElement` will fail. This regression has been introduced with commit: f406632, Tabs.tsx:L1257
- Loading branch information
1 parent
dbc173d
commit b7669fb
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters