Describe the bug ๐
On my page i have two MenuSelect components in different locations on the page. When i click on a selection on the MenuSelect, i do get duplicate labels in the CurrentRefinements
To Reproduce ๐
Steps to reproduce the behavior:
Add two MenuSelect components on the page with a CurrentRefinement component as well
A live example helps a lot! We have a simple online template for you to use for your explanations:
Screenshots ๐ฅ

Yes it's the expected behaviour with our current API. You can get rid of the duplicate refinements with transformItems on CurrentRefinements. Here is an example that shows how to implement it.
Ok thanks
Most helpful comment
Yes it's the expected behaviour with our current API. You can get rid of the duplicate refinements with
transformItemsonCurrentRefinements. Here is an example that shows how to implement it.