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
The call to setConnections on Line 218 of MainInterface.tsx is causing the results window (and possibly the entire ServerInterface chain) to re-render. It's not breaking anything at the moment but it's obviously not very performant so we'll want to address it when we can.
A possible suggestion could be to store a seperate map of connection id to unsaved changes boolean so we can update that without causing a re-render?
The text was updated successfully, but these errors were encountered:
The call to
setConnections
on Line 218 ofMainInterface.tsx
is causing the results window (and possibly the entire ServerInterface chain) to re-render. It's not breaking anything at the moment but it's obviously not very performant so we'll want to address it when we can.A possible suggestion could be to store a seperate map of connection id to unsaved changes boolean so we can update that without causing a re-render?
The text was updated successfully, but these errors were encountered: