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'm using AJV myself in this application and have configured it with all schema's in my app. Would it be possible to 'inject' this preconfigured instance of AJV to support these kind of schema's?
When using Invoice as propType the application currently breaks, because it doesn't 'know' all required schemas.
The text was updated successfully, but these errors were encountered:
Thank you for this, this is awesome.
I ran into an issue using nested schema's. E.g. i'm using the following schemas:
I'm using
AJV
myself in this application and have configured it with all schema's in my app. Would it be possible to 'inject' this preconfigured instance ofAJV
to support these kind of schema's?When using
Invoice
aspropType
the application currently breaks, because it doesn't 'know' all required schemas.The text was updated successfully, but these errors were encountered: