-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting error: A non-serializable value was detected in an action #1455
Comments
Hi, I've found your issue trying to fix the same problem. I've added the changes described here (middleware part in |
Thanks ! Good job,it works for me! |
Thanks ! |
Thanks worked. import { const store = configureStore({
|
Thanks it worked for me too! |
it is |
Thanks bruh... |
hello,
im using react with redux tkq and persist,
im facing some error which im not sure what occurred it,
what im trying to do, is to persist authSlice in order to keep user's data while refreshing,
error:
here is my code, any idea what cause it ?
redux store:
how i wrap it:
authSlice:
authApi
The text was updated successfully, but these errors were encountered: