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
On the React implementation when no results are found the refinements applied in the refinement list are removed. It's because we unmount the widget when there is no results. But in React InstantSearch when we unmount a widget we also remove the refinement applied with it. We can hide them in case of no results rather than unmount them completely.
Reproduction
Select one or multiple values in the refinement list
Search for a query without results → dsdsdsds
Remove the search
The refinements are gone (with React)
InstantSearch
React InstantSearch
The text was updated successfully, but these errors were encountered:
On the React implementation when no results are found the refinements applied in the refinement list are removed. It's because we unmount the widget when there is no results. But in React InstantSearch when we unmount a widget we also remove the refinement applied with it. We can hide them in case of no results rather than unmount them completely.
Reproduction
dsdsdsds
InstantSearch
React InstantSearch
The text was updated successfully, but these errors were encountered: