-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can not use in react 18 #9
Comments
It looks like error is caused by using wrong d3 version. (v6, v7 will not work) Here is a same example working when I am including d3 v5 |
It's really strange because the error exists when I included |
It works when I change the code.
It seems to have no related with react v18. But I don't know why it works on older react version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By creating the project with react 18, I encounted the error
Cannot read properties of undefined (reading 'sourceEvent')
when selecting a range.example
The text was updated successfully, but these errors were encountered: