Hi,
I am using algolia instatsearch customized connectRange connector in range slider. When I filter I need to keep the selected range values after page refreshes. I have enabled routes with the range filter params. However when page refresh renderOptions range start and end values updating to the default range min max values. Also it is not possible to update values in range slider as well.
My url filter params are look like this.
And when I console log the renderOptions values it looks like below.
Here the start option values are same as default range min and max values. But it should be [1970, 2005] instead of [1920, 2020].
Appreciate if you can provide any suggestions for this issue.