NightCatSama/vue-slider-component

max value error in console

mrkazu opened this issue · 1 comments

If i try to raise the value of the slider above the max value i get an error in the console. as intended.
However, if i dynamicly change the max level before i increase the value of the slider i still get the message:
"vue-slider.tsx:538 [VueSlider error]: The "value" must be less than or equal to the "max".

Everything works fine. i can increase the max value and also increase the slider value to follow the max value. its just that the error should not apear in console.

this hapens both in vue 2 and vue 3 using respectivie slider packages

duplicate #343