-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
selection.interrupt is not a function #3105
Comments
are you using different versions of d3-selection? what does |
We have I can try maybe to override in package to force use latest d3-selection? |
Yes, in fact this is whats causing it as I could replicate this crash by adding the library in codesandbox. |
So I managed to upgrade to the latest version, all works okay. Just had to add overrides to the package.json.
|
Thanks for sharing your solution! |
Describe the Bug
We are upgrading the package to the latest v11 and even with v10 we had the same issue every time the component initiates, we are getting this
selection.interrupt is not a function
error. Seems like its coming from the d3-zoom library but the bug is actually within this component.We got rid of any code and just basically render the very basic sample code with 2 sample nodes and its keeps crashing. If we remove the component, everything works just fine.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Cant seem to replicate this on codesandbox
Expected behavior
Should initiate the view with the nodes
Screenshots or Videos
And this is a sample component we try to render:
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: