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 ConsolePanel component has a connect prop to sessionWrapper. If this prop is undefined / null, the component crashes when attempting to destructure the prop with an error "Cannot destructure property 'config' of 'sessionWrapper'". This component should not be rendered at all if sessionWrapper is undefined.
Description
The
ConsolePanelcomponent has a connect prop tosessionWrapper. If this prop is undefined / null, the component crashes when attempting to destructure the prop with an error "Cannot destructure property 'config' of 'sessionWrapper'". This component should not be rendered at all ifsessionWrapperis undefined.Steps to reproduce
Expected results
There should be no console errors. Console should not be rendered if no session is available
Actual results
On login there is a console error "Cannot destructure property 'config' of 'sessionWrapper'". On logout, the same error occurs.
Additional details and attachments
Versions
Engine Version: 0.31.0-SNAPSHOT
Web UI Version: 0.56.0
Java Version: 21.0.1
Barrage Version: 0.6.0