I was wondering if there is a way to get the search request form data when using React InstantSearch hook. I am trying to get the faceFilters value from the search request and pass it in the browseObjects method. The closest data I was able to find was uiState from InstantSearch hook, but the data is not in the same format as the one sent in search request.