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
Hello, I have a model with a fragment from ember-data-model-fragments
And I use ember-model-validator
Before saving I run validate to validate fields.
When I have an error in a field (ex, name) , it throws this uncaught error on the adapter instead of adding the field error (ex "Name is empty") to the model with the fragment even though the error that the validation caught was not the fragment property.
Uncaught Error: Attempted to handle event `becameError` on <fragments/my-fragment:null> while in state root.loaded.updated.uncommitted.
Hello, I have a model with a fragment from
ember-data-model-fragments
And I use
ember-model-validator
Before saving I run
validate
to validate fields.When I have an error in a field (ex, name) , it throws this uncaught error on the adapter instead of adding the field error (ex "Name is empty") to the model with the fragment even though the error that the validation caught was not the fragment property.
Versions i am using
The text was updated successfully, but these errors were encountered: