-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in Drawing => disappearing dots #5753
Comments
i inspected the objects, between one disappeared and one not disappeared there are virtually no differences. I wonder if is a mutation problem. |
Not sure if it's related, but the drawing demo also has an issue the paths moving when committed to the second canvas. |
I have been using a really old version 2.4.1 this issue doesn't seem to happen over here and we have been running it in production for a while now. |
I'll change some code to see if i can fix, but i still miss a way to replicate the problem fast. Sometimes i have to add hundreds of dots before seeing one disappear |
Found the issue, pushing a fix and publishing. |
Thanks! |
I assume the version hasn't been bumped yet on the demo site but this has already been fixed earlier |
Version
3.1.0
Test Case
https://codesandbox.io/s/dots-disappearing-9vll1
Information about environment
Nodejs or browser?
Which browsers?
Chrome@latest
Others not tested
Steps to reproduce
draw dots on attached sandbox
Expected Behavior
dots stay
Actual Behavior
dots go away at random
The text was updated successfully, but these errors were encountered: