-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psp-8783 ensure that form state is maintained during collapsing of sidebar. #4168
Conversation
✅ No secrets were detected in the code. |
d4f8af9
to
b0c4043
Compare
✅ No secrets were detected in the code. |
toggleExpanded={toggleSidebarDisplay} | ||
/> | ||
</span> | ||
<StyledSidebarWrapper className={mapSideBarViewState.isCollapsed ? '' : 'expanded'}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this could also be passed as a parameter to the styled component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other subtle change here is that we removed the VisibilitySensor (which we mock in a lot of unit tests). Given that we don't use it anymore we should update the tests to remove the unnecessary mocking.
Not required for this PR - should be a tech-debt task. Just calling out the change
✅ No secrets were detected in the code. |
@devinleighsmith please update the snapshots to resolve conflicts |
e5b41fd
to
24930d9
Compare
Signed-off-by: devinleighsmith <[email protected]>
✅ No secrets were detected in the code. |
1 similar comment
✅ No secrets were detected in the code. |
No description provided.