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
When an error is encountered, we only get a kinda cryptic error message like Error: [serializr] encountered non primitive value while deserializing '*' properties in property 'someProp'
or Error: [serializr] this value is not primitive.
It would be really helpful, if serializr could include a path to the property which caused the error like Error: [serializr] this value is not primitive (path: root.someNested.otherNested.fieldWithError)
As far as I can see, right now there is next to no possibility to find out where an error originated from, except extensive debugging.
The text was updated successfully, but these errors were encountered:
When an error is encountered, we only get a kinda cryptic error message like
Error: [serializr] encountered non primitive value while deserializing '*' properties in property 'someProp'
or
Error: [serializr] this value is not primitive
.It would be really helpful, if serializr could include a path to the property which caused the error like
Error: [serializr] this value is not primitive (path: root.someNested.otherNested.fieldWithError)
As far as I can see, right now there is next to no possibility to find out where an error originated from, except extensive debugging.
The text was updated successfully, but these errors were encountered: