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
Whenever a modal is open and you check the updates being done by React, the modal is being updated constantly even when doing nothing. I don't know if this is intended or not, but I imagine it puts strain on the rendering.
Whenever a modal is open and you check the updates being done by React, the modal is being updated constantly even when doing nothing. I don't know if this is intended or not, but I imagine it puts strain on the rendering.
Steps
Trace React Updates
in the React tab of the Web Developer Console.Expected Result
No continuous updating of the modal
Actual Result
Continuously updating the modal as shown here:
Version
Checked versions 0.61.7 and 0.61.8.
The text was updated successfully, but these errors were encountered: