-
Notifications
You must be signed in to change notification settings - Fork 328
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
Draggable Annotations don't work in React #910
Comments
@PaulSender thank you for the issue. I'm not so expert on React. Can you prepare a codesandbox with the sample in order to reproduce the issue? |
Did you ever fix this? |
You can use Ref to fix this problems with external mutations
|
@PaulSender let me close it but feel free to reopen it if needed. |
I've set up my chart to mimic the configuration on this page.
element
never gets updated even if I put it in a state variableHere's the code for reference.
The text was updated successfully, but these errors were encountered: