-
Here is the scenario, I have filter with brands. I created a custom filter widget with connectRefinementList. Now When I enable routes I can see createUrl() in historyRouter() function invoking and adding new filtered brand to it. but when I refresh the page and re-select any brand createURL() have only newly created filter values. it is seems to like browser URL parameters are not persist with the roteState after browser reload. ultimately routeState should sync with browser history parameters. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Piusha, can you create what you have so far in a sandbox environment? We have a template available for that purpose here. Thanks! Custom widgets should take createURL in account and persist upon reload |
Beta Was this translation helpful? Give feedback.
Hi @Piusha, can you create what you have so far in a sandbox environment? We have a template available for that purpose here. Thanks!
Custom widgets should take createURL in account and persist upon reload