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
Why does entering text into a new stage cause so much of the app to re-render?
Use the profiling tools in react developer tools, and also look at the "why did you render?" npm module.
Open a protocol and create a stage. Type a single character into the stage name (or click inside the input for that matter)...huge amounts of re-rendering.
The text was updated successfully, but these errors were encountered:
Why does entering text into a new stage cause so much of the app to re-render?
The text was updated successfully, but these errors were encountered: