You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: