rangeSlider widget not working with numericFilters

Hi Everyone,

While trying to use rangeSlider widget alongwith numericFilters in configure I am getting the following error:

[numeric filters] Can’t switch from the managed API to the advanced. It is probably an error, if this is really what you want, you have to first clear the numeric filters.

I am using instantsearch js v4. Following is my code snippet:

instantsearch.widgets.rangeSlider({
attribute: “price”,
container:“#price”,
}),

instantsearch.widgets.configure({
numericFilters: [“sellerRank:1 to 10”]
}),