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
Right now, the flow type React.Element<any> (recommended by Flow here for enforcing a single child) gets converted to PropTypes.node, but PropTypes.element is more appropriate.
The text was updated successfully, but these errors were encountered:
Right now, the flow type
React.Element<any>
(recommended by Flow here for enforcing a single child) gets converted toPropTypes.node
, butPropTypes.element
is more appropriate.The text was updated successfully, but these errors were encountered: