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.