2 Replies
ratty-blush
ratty-blushOP2mo ago
The value [object Symbol] of type "symbol" cannot be parsed/serialized.

There are few workarounds for this problem:
- Transform the value in a way that it can be serialized.
- If the reference is present on multiple runtimes (isomorphic), you can use the Reference API to map the references.
The value [object Symbol] of type "symbol" cannot be parsed/serialized.

There are few workarounds for this problem:
- Transform the value in a way that it can be serialized.
- If the reference is present on multiple runtimes (isomorphic), you can use the Reference API to map the references.
ratty-blush
ratty-blushOP2mo ago

Did you find this page helpful?