Closed manuelpuyol closed 1 year ago
Latest commit: 9ebb8763482f8f7ff8ed45cd145d667d716d8c70
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@colebemis any chance we could get this merged and released? 😄
React is going to deprecate
defaultProps
in function components: https://github.com/reactjs/rfcs/blob/createlement-rfc/text/0000-create-element-changes.md#deprecate-defaultprops-on-function-componentsInstead of using
defaultProps
, we can rely on default parameters instead!