kilowatts-io / kilowatts-grid

Open source live power market data for Great Britain
https://gb.kilowatts.io
MIT License
14 stars 3 forks source link

redux persist android issue #130

Closed BenjaminWatts closed 8 months ago

BenjaminWatts commented 9 months ago

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)