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
The type predicates are at present only checking for undefined properties, but they could be more specific. Additional checks within the predicate would include: type validation, enum validation, and nesting (Resource within Query).
Additionally, the MillieJS library should perform an invariant check of user inputs, and IncrementalStore should perform invariant checks of store inputs.
Motivation
To ensure the application is operating accurately and to provide specific feedback in moments where provided data is incorrect.
Example
No response
Pitch
The only way to achieve this is to add it to the core
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
The type predicates are at present only checking for undefined properties, but they could be more specific. Additional checks within the predicate would include: type validation, enum validation, and nesting (Resource within Query).
Additionally, the MillieJS library should perform an invariant check of user inputs, and IncrementalStore should perform invariant checks of store inputs.
Motivation
To ensure the application is operating accurately and to provide specific feedback in moments where provided data is incorrect.
Example
No response
Pitch
The only way to achieve this is to add it to the core
The text was updated successfully, but these errors were encountered: