Open
Description
Describe the problem
We can now transport non-POJOs from the server to the client using the transport
hook. However, this is not mentioned in the loading data section of the docs and the error message from trying to serialise the non-POJO
kit/packages/kit/src/runtime/server/utils.js
Lines 136 to 141 in 5594597
Describe the proposed solution
We should talk about the transport hook and add a link in the two situations described above. We'll need to update the "Data must be serializable" test to expect the new error message too.
Alternatives considered
No response
Importance
nice to have
Additional Information
No response