-
Notifications
You must be signed in to change notification settings - Fork 93
Loading Bar not being displayed #80
Comments
@hamza-jutt Hi Hamza. Looks like you are using The Loading Bar's middleware that is shipped with the library expects that your promise middleware fires |
@hamza-jutt I'm going to close the issue as there seem to be nothing to fix in the Loading Bar. Feel free to reopen if you have any question. |
Thanks @mironov Rather than dispatching hide and show I'll go with updating the middleware to redux-promise-middleware and it works. Although I'm facing a problem with the loading bar. The loading bar on show starts from the maxProgress value set and not from 0. it does not move gradually. |
@hamza-jutt That is weird. Could it be that |
Hello! @mironov
I've a similar issue. Loading bar is not being displayed.
Here is the store config. I'm using axios.
Here is the Component Using loading bar:
Here is the reducer:
The text was updated successfully, but these errors were encountered: