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
{{ message }}
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
I've been facing a problem when trying to use RefinementList inside a modal on React Native. When the refinement occurs inside the modal and the modal is closed, for a brief moment the refined result appears and then it comes back to the previous result.
It appears that for some reason, when the modal is closed, it triggers the onSeartchStateChange with the previous search state.
Hello,
I've been facing a problem when trying to use RefinementList inside a modal on React Native. When the refinement occurs inside the modal and the modal is closed, for a brief moment the refined result appears and then it comes back to the previous result.
It appears that for some reason, when the modal is closed, it triggers the onSeartchStateChange with the previous search state.
I'm using Modal from 'react-native-modalbox'.
Here's the code:
The text was updated successfully, but these errors were encountered: