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
Doing a source-graph search on "from 'prop-types'" that the library is imported almost 600 times. With React 19 removing propTypes support, I'm very curious whether the library will eventually stop using it? I am asking here because I couldn't figure out how to ask in the Discussions tab
Search keywords:
The text was updated successfully, but these errors were encountered:
@heath-freenome The main reason we are still using proptypes now is that the API docs on the site are (still) generated from the *.propTypes blocks in the components, so the biggest blocker for removing it is that the docs generation/infra will need to be reworked
Though even without the proptypes package, there are situations where having runtime type checking could be useful: #43138
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.
Note
@heath-freenome How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.
Doing a source-graph search on "from 'prop-types'" that the library is imported almost 600 times. With React 19 removing
propTypes
support, I'm very curious whether the library will eventually stop using it? I am asking here because I couldn't figure out how to ask in the Discussions tabSearch keywords:
The text was updated successfully, but these errors were encountered: