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
Some components are missing proptype validations. For instance, SQFormDialog is missing enableReinitialize in the proptypes validation. Super easy fix and super easy good first issue. Perhaps whenever this gets addressed all the components can be gone through to make sure all our props have the proper validation.
This isn't a major issue but it should be fixed to ensure that we get proptype warnings when necessary. Also, some of documentation is lacking in place so people go to the code to look for proptypes and if a prop isn't in the validation declarations they may think that it doesn't take that prop.
The text was updated successfully, but these errors were encountered:
Some components are missing proptype validations. For instance, SQFormDialog is missing
enableReinitialize
in the proptypes validation. Super easy fix and super easy good first issue. Perhaps whenever this gets addressed all the components can be gone through to make sure all our props have the proper validation.This isn't a major issue but it should be fixed to ensure that we get proptype warnings when necessary. Also, some of documentation is lacking in place so people go to the code to look for proptypes and if a prop isn't in the validation declarations they may think that it doesn't take that prop.
The text was updated successfully, but these errors were encountered: