kilowatts-io/kilowatts-grid

redux persist android issue

Closed this issue · 0 comments

ERROR redux-persist failed to create sync storage. falling back to noop storage.
ERROR A non-serializable value was detected in an action, in the path: register. Value: [Function register]
Take a look at the logic that dispatched this action: {"register": [Function register], "rehydrate": [Function rehydrate], "type": "persist/PERSIST"}
(See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)
(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)