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

Use a transitions enum for transition propTypes #164

Closed
levithomason opened this issue Feb 9, 2016 · 1 comment
Closed

Use a transitions enum for transition propTypes #164

levithomason opened this issue Feb 9, 2016 · 1 comment

Comments

@levithomason
Copy link
Member

Example, forms take a transition prop. This should be propTypes.oneOf([...]) a list of UI Transitions. All transition usages should then be updated.

@levithomason
Copy link
Member Author

We've extended customPropTypes to handle all sorts of propType validations. Also, since we're rewriting all modules this is no longer valid. We'll have our own form validation and transition options available.

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

No branches or pull requests

1 participant