Skip to content
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

Match string variables with literal information in oneOf proptype #318

Closed

Conversation

samwgoldman
Copy link
Member

This could be way off-base, but it seems like we'll often have literal information with a StrT. This makes oneOf a lot more powerful/useful.

@samwgoldman
Copy link
Member Author

This change isn't as foolproof as I'd hoped.

var s = "hello";
var f = () => React.createClass({ propTypes: { s: React.PropTypes.oneOf([s]) } });
s = "oops";
f() // runtime check and static type disagree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant