Hi, after moving to redux-toolkit in order to reduce some boilerplate, I'm getting this error during the init of react-localize:
A non-serializable value was detected in an action, in the path: `payload.options.onMissingTranslation`. Value: () => ''
Take a look at the logic that dispatched this action: {type: "@@localize/INITIALIZE", payload: {…}}
[...]
(See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)
Hi, after moving to redux-toolkit in order to reduce some boilerplate, I'm getting this error during the init of react-localize:
Here is my options values:
Any idea if I can get rid of that error ? I'm not able to attribute false to onMissingTranslation, this produce an error.
Thanks for help, and your work !