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

Is there an option to prevent that propTypes be specified on all components? #185

Open
natotthomer opened this issue Jan 21, 2020 · 0 comments

Comments

@natotthomer
Copy link

I have a big Ember project, one that I'd like to enforce some prop type validations on. But, because of the size of the project, it'd be really nice if we could slowly introduce required props to the app as we develop new features and/or pinpoint problematic components that we want to refactor/beef up. Is there configuration option that allows us to do this in a piecemeal fashion? It's very frustrating that I need to define prop types for literally hundreds of components in order for this library to be worth our while (unless I'm missing something obvious!).

Thanks so much! Love this project; wish we had started using it from the beginning.

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

No branches or pull requests

1 participant