Open maelswarm opened 3 years ago
"It is highly recommended that you only put plain serializable objects, arrays, and primitives into your store. It's technically possible to insert non-serializable items into the store, but doing so can break the ability to persist and rehydrate the contents of a store, as well as interfere with time-travel debugging."
https://stackoverflow.com/questions/40941079/why-redux-store-should-be-serializable
"next-redux-wrapper" (ultimately getServerSideProps) doesn't like when non-serializable types are in the store.
BetterCallDev and the toolkit and wallet are the culprits in the system reducer itself.
We can't be storing non-serializable objects in the store (bettercalldev?).