We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, my own code may be safe to prune propTypes, but react-router isn't, because they do some checks involving them at runtime in production mode: https://github.com/ReactTraining/react-router/blob/389df9c0ba603b758de4a979a34ee10276f9a8d0/modules/Router.js#L135
react-router
The text was updated successfully, but these errors were encountered:
@yaycmyk I didn't know react-router was affected too. I'm reopening #70.
By the way, cool to see someone from @Zocdoc. Kind of the aboard reference at @doctolib.
Sorry, something went wrong.
Awesome ^_^
No branches or pull requests
For example, my own code may be safe to prune propTypes, but
react-router
isn't, because they do some checks involving them at runtime in production mode: https://github.com/ReactTraining/react-router/blob/389df9c0ba603b758de4a979a34ee10276f9a8d0/modules/Router.js#L135The text was updated successfully, but these errors were encountered: