Open XaveScor opened 6 months ago
https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops
React 19 doesn't support prop-types. I guess the react-responsive can eliminate its support.
prop-types
react-responsive
Thanks for the notice - I'll leave it in for a bit just for backwards compatibility with older versions of react, until 19 becomes the most downloaded version on NPM then we can remove it.
https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops
React 19 doesn't support
prop-types
. I guess thereact-responsive
can eliminate its support.