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
For classes that need to be constructed with environment/user input arguments, it is important that we employ zod to do the schema validation for us.
This should be done for each component because they are composed, not inherited. Users could want to use lower level components.
The text was updated successfully, but these errors were encountered:
For classes that need to be constructed with environment/user input arguments, it is important that we employ zod to do the schema validation for us.
This should be done for each component because they are composed, not inherited. Users could want to use lower level components.
The text was updated successfully, but these errors were encountered: