mironov / react-redux-loading-bar

Loading Bar (aka Progress Bar) for Redux and React
https://mironov.github.io/react-redux-loading-bar/
MIT License
936 stars 93 forks source link

the bar keep reloading forever #31

Closed oluckyman closed 7 years ago

oluckyman commented 7 years ago

in 2.6.6. it works well, but in 2.7.0. it reloads forever

fxmbur6bdu

vhpoet commented 7 years ago

yep, I have the same here.

mironov commented 7 years ago

@oluckyman Couple of questions:

  1. Do you use server-side rendering?
  2. Could you send me a list of redux actions and their order. This can be viewed with redux-logger middleware.
oluckyman commented 7 years ago

I do not use server-side rendering. I do not remember the specific order, but I know for sure that there are no any actions when the bar is hanging in the endless cycle of rerendering.

mironov commented 7 years ago

@oluckyman I just published the v2.7.1 that might fix the problem described. Please give it a spin and let me know how it goes.

oluckyman commented 7 years ago

it goes great, thanks! 👍