Hey, why does my refinements gets cleared if close...
# community-help
m
Hey, why does my refinements gets cleared if close a drawer or a dialog?
j
I haven’t seen this happen in any of our demo apps that use instantsearch.js… For eg, click on a filter on this page, then click on “Find Similar” under any product and then close the modal, the filter still remains the same
m
https://github.com/algolia/instantsearch/issues/5240 Please look into this issue, we are also facing the same issue. We are using React InstantSearch
Your demo app in not unmounting the dialog, it is just hiding it using "display:none".
j
This seems like an issue in react-instanstantsearch. So they have to fix it and we can’t do much on the Typesense side.