This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Provide warning if store data cannot be serialized by devalue #447
Open
Description
When you set store data on the server, if it cannot be serialized by devalue (objects containing functions are one such case), your client side will not receive a copy of the store in the init runtime. There are no warnings and for newbies this could be a source of confusion. Suggest a warning message to console server side and possible even set an error message in the store to warn the client side?