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
fix(app): fix unhandled undefined selectedLabware when exiting LPC (#18384)
Fixes a whitescreen when exiting LPC on the desktop app from the "labware list" view.
#18300 accounts for some specific gantry movement when exiting on the desktop app, but we should not type assert selectedLabware or offsetLocationDetails here: these can very much be undefined if the user clicks the exit button on the "labware list view". I don't know why I decided we needed to type assert here to begin with, whoops.
0 commit comments