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
Currently, there are a lot of unwraps on errors or options that should be propagating back up to the app state so that it is shown as an error message instead of panicking the whole application. Notable mention: panel load functions
The text was updated successfully, but these errors were encountered:
Currently, there are a lot of
unwrap
s on errors or options that should be propagating back up to the app state so that it is shown as an error message instead of panicking the whole application. Notable mention: panel load functionsThe text was updated successfully, but these errors were encountered: