You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have an issue using the library: I can see that the value is correctly changing when console.log(value), but the slider doesn't move when I move it...
` function onValueChange(newval: any){
console.log(newval); // here it's ok
value=newval; //trying to force it
}
return (
);`
Any idea?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue using the library: I can see that the value is correctly changing when console.log(value), but the slider doesn't move when I move it...
` function onValueChange(newval: any){
console.log(newval); // here it's ok
value=newval; //trying to force it
}
return (
);`
Any idea?
Thanks a lot!
The text was updated successfully, but these errors were encountered: