-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can't make it to work with react-redux-toolkit #33
Comments
import { configureStore } from '@reduxjs/toolkit' import home from '@/store/models/home.slice' const persistConfig = { const store = configureStore({ export type RootState = ReturnType export default store |
NOT WORK. |
It works very well with redux toolkit.
|
The auth should be resetted in 5 seconds and it doesn't happen.
The text was updated successfully, but these errors were encountered: