-
What is the way If I want to create custom refinement list widget with my own UI. Earlier we had Is there any way we can use it ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you share the code you're using? Here's an example on how to use connectRefinementList https://codesandbox.io/s/bold-wildflower-9o1ng?file=/src/app.js via UMD Via npm it's like this: https://codesandbox.io/s/inspiring-flower-1nqgo?file=/src/app.js both seem to work just fine for me, but to help you properly, please try recreating your error in a sandbox like this |
Beta Was this translation helpful? Give feedback.
Can you share the code you're using? Here's an example on how to use connectRefinementList https://codesandbox.io/s/bold-wildflower-9o1ng?file=/src/app.js via UMD
Via npm it's like this: https://codesandbox.io/s/inspiring-flower-1nqgo?file=/src/app.js
both seem to work just fine for me, but to help you properly, please try recreating your error in a sandbox like this