Replies: 1 comment 4 replies
-
Indeed errors shouldn’t be swallowed. If they are then it’s a bug. Minimal reproduction welcome. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the docs passToClient uses
@brillout/json-serializer
lib.Also according to the docs just classes are lost during serialization.
Anyway
json-serializer
serializes OK my arrays of objects, and nested objects. But they do not appear at the client side.And the worst it is done silently.
Isn't it better to add some setting to make the serializer errors loud?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions