react-redux-loading-bar icon indicating copy to clipboard operation
react-redux-loading-bar copied to clipboard

Highlight updates shows up a blinking loading bar.

Open empav opened this issue 4 years ago • 2 comments

Hi there, Have you ever faced the following:

loadingbar

As you can see from the redux panel we call hideLoading() and the loading bar hides but turning on React "Highlight updates" it looks like the loading bar gets rendered again and again.

I set up a console.log() in the loading bar parent component and the render method gets called once at the componentDidMount.

Looking forward to having your feedback. Thanks.

empav avatar Jul 22 '19 10:07 empav

@epavan Hi there. I have never seen this issue before. I tried to reproduce it on the demo without luck so far. Could you help me with that?

It is hard to see the actions on the attached image. Am I right that there were two SHOW events and one HIDE?

mironov avatar Jul 24 '19 22:07 mironov

Yep, do you think that's the cause?

empav avatar Aug 12 '19 15:08 empav