react-redux-loading-bar
react-redux-loading-bar copied to clipboard
Loading Bar (aka Progress Bar) for Redux and React
× Could not find "store" in the context of "Connect(LoadingBar)". Either wrap the root component in a , or pass a custom React context provider to and the corresponding React...
I have implemented react-redux-loading-bar with ``` loadingBarMiddleware( { promiseTypeSuffixes: ['REQUEST', 'SUCCESS', 'FAILURE'], } ``` and it was working perfectly fine. But after implementing the redux-persist the loading bar is not...
I am using this awesome lib to show a loading bar during short polling. The problem I have is the bar can't be slowed down, it just runs to the...
Hi there, Have you ever faced the following:  As you can see from the redux panel we call hideLoading() and the loading bar hides but turning on React "Highlight...
Hello Mironov, how are you? I'm using you progress bar component, awesome by the way. My environment uses React + Redux + Thunk and the progress bar works fine for...
What do you think of adding multiple CSS transition or animation styles, like stripes? I cannot seem to add such custom styles using classNames or inline styles easily without having...
Are there plans to implement an indeterminate Loading Bar as well?
I'm getting this error when loading the page (no need to show the bar): _Warning: Unsafe legacy lifecycles will not be called for components using new component APIs. Connect(LoadingBar) uses...
Got this error when adding LoadingBar Component on my RemixJS `root.tsx` `Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got:...