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
We've seen a couple of bugs appear in the refactored/abstracted CategorySearchModal.
First, reported by Alex in slack:
While working with the SearchFiltersPanel component, I found this suspicious condition to render the categories selector windowIsLarge && currentCategory :
The CategorySearchModal should work properly in all large/pop up modal views (i.e. windowIsLarge in Learn), in side panel view in Learn, in the side panel in coach across all screen sizes.
The text was updated successfully, but these errors were encountered:
We've seen a couple of bugs appear in the refactored/abstracted
CategorySearchModal
.First, reported by Alex in slack:
While working with the
SearchFiltersPanel
component, I found this suspicious condition to render the categories selectorwindowIsLarge && currentCategory
:Slack Message
And later spotted by Peter in another PR.
The CategorySearchModal should work properly in all large/pop up modal views (i.e.
windowIsLarge
in Learn), in side panel view in Learn, in the side panel in coach across all screen sizes.The text was updated successfully, but these errors were encountered: