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
## Problem
If there's no annotation for a component property, we only treat JSX
elements as matching values for render props, even though strings and
numbers would be valid elements children as well.
## Fix
If we detect a render prop, the matching code treats strings and numbers
as matching as well.
#5979
## Problem
If there's no annotation for a component property, we only treat JSX
elements as matching values for render props, even though strings and
numbers would be valid elements children as well.
## Fix
If we detect a render prop, the matching code treats strings and numbers
as matching as well.
#5979
The text was updated successfully, but these errors were encountered: