Open empav opened 5 years ago
@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
?
Yep, do you think that's the cause?
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 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.