fluentui
fluentui copied to clipboard
feat(react-overflow) Allow Overflow children to be render function
trafficstars
Previous Behavior
Overflow only accepts ReactElement as children.
New Behavior
Overflow now also accepts a render function as children. This is useful when you need to render another component inside the overflow context besides the overflow container itself.
Related Issue(s)
- Fixes #