rt2zz/redux-persist

A non-serializable value was detected in the state ๐Ÿ˜ฅ

m3nur opened this issue ยท 1 comments

m3nur commented

image

I don't believe these errors have anything to do with redux-persist. history/fetchHistorySuccess isn't one of redux-persist's internal actions, and messages about "A non-serializable value was detected in an action" are logged by redux-toolkit (specifically, its serializable check middleware), not by redux-persist. For more information, see the URLs from those messages (e.g., https://redux-toolkit.js.org/usage/usage-guide.html#working-with-non-serializable-data).