You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
No, it's not visible. To cut short.. Here is the thing. I am using redux, thunk and loading bar middleware to show the side effects. But when i implement the same along with redux-persist, the loading bar is not visible. But, the reducers are being implemented such as LOADING_BAR_SHOW, LOADING_BAR_HIDE .......
I don't understand why the loading bar is not visible even when the reducers are getting implemented
I have implemented react-redux-loading-bar with
and it was working perfectly fine. But after implementing the redux-persist the loading bar is not visible anymore.
After redux-persist
store.js
Header.js
In the redux tool, I can see that reducers are firing but I cannot see the loading bar??
Any idea??
The text was updated successfully, but these errors were encountered: