François Billioud
François Billioud
Yes, you just need to re-enable the pointer events on the marks. By default, it's being disabled to make sure that custom marks don't interfere with the slider's behavior. Just...
Hey, thanks for the PR Sorry for the delay, We were in holidays Can you give me an example of why you would want to override the style of the...
Sorry, can you illustrate with a screenshot? It's not clear to me what you mean exactly.
This should have been solved in earlier releases. I'll close.
Interesting. I could reproduce, but I really had to go crazy on the slider. I'll try to check what's going on. The issue is that I had to borrow a...
Did you try with the latest version? The snack uses an older version.
Ok. I can reproduce the bug in the snack, but I can't reproduce it locally. Did the bug occur anywhere else? If you succeed to reproduce the bug locally, can...
@spiralman Any update?
Can you check if you also reproduce this with v8.0.2?
setUpdated(false) seems to be completely ignored at some point. My guess is that React drops the change to automatically apply the latest value when it starts lagging. I'll fix, but...