This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Description
Version
latest
Expected behaviour
Model validation errors do not blow stacktrace
Actual behaviour
nested structures generates long stacktrace and push out place of constructing of model
Steps to reproduce
- Create nested (~4-6 nested structs for example)
- Set wrong value
- Try to find in stacktrace actual place of error
Stack trace and console log
Hint: it would help a lot if you enable the debugger ("Pause on exceptions" in the "Source" panel of Chrome dev tools) and spot the place where the error is thrown