-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
PropTypes not removed from 'createClass' in some situations #68
Comments
One workaround would be to explicitlty export the |
Yes there are workarounds. However, I would expect these propTypes to be removed. What other information do you need? |
I would need a reproduction test case. The |
I'm closing this issue as missing a reproduction test case. If you can find one, please go ahead. |
Sorry I haven't gotten around to it yet :/ |
I'm not sure to understand. How is this linked to time? IMHO, it's a matter of information, I don't have enough to have leverage. |
Looks like propTypes aren't removed from a component created with
createClass
in some situations. I've only quickly looked into it, but these are examples of code that still contains propTypes (and throws errors in production because theView
propTypes don't exist anymore):and
The text was updated successfully, but these errors were encountered: