You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: