React's defaultProps will be remove from function components in a future release #1471
Open
1 of 12 tasks
Labels
bug
Something isn't working
I am interested in helping provide a fix!
Yes
Which generators are impacted?
Reproduction case
https://mitosis.builder.io/playground/?code=JYWwDg9gTgLgBAbzgVwM4FMAi6BmBDZAGxgAUoIxU4BfOHckOAcgAEAjZYQgE3SgDpgEAPQhgMCKmComAbgBQ84ADsYffAGN0cMhSoJ5cOADc8hZOgD8ALjioYUFQHMF1RegAekWHF74i8DjIyhowQspwALIAngDCEOAQyuiqABRg5JS2upQAlIiGKBjY%2FsQ5qKkGRkam5ui2TAAW6ISEEEwANIXUuQqFUOgwyFARADzcwMYAfAgZevy1FtSjwhPTrkA
Expected Behaviour
Default props are defined with ES6 default parameters.
PS. The playground doesn't not support TypeScript at the monent.
Actual Behaviour
Using
defaultProps
which will be removed in React 19.The error was also shown in the console.
Additional Information
defaultProps
will be removed in place of ES6 default parameters in React 19https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops
The text was updated successfully, but these errors were encountered: