-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Was onClucterClick removed as an event? #142
Comments
I think I'm having the same problem, perhaps an issue with v3? |
Looks like the storybook examples don't work either unfortunately apart from the |
The thing with this component implementation is that createPathComponent needs 2 arguments. The first is the function that called when the component is created, and the second is a function that called when the component is updated.
So if you dynamically add/remove handlers to your component, changes are not applied. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
was also looking for an answer to this but seems i have found a solution, just call onClick not onClusterClick. this line is causing the clustering event to be called clusterclusterclick, not sure if there was a need to ad this extra text for other use cases or can be removed. |
Hello there. I'm trying to do an activity where I click on a cluster and something happens. However, I am unable to trigger it on the cluster. Below an example on codesandbox. Try clicking on the cluster. You will see that nothing happens. Was it removed?
https://codesandbox.io/s/gifted-liskov-9rw91?file=/src/App.js
The text was updated successfully, but these errors were encountered: