-
Notifications
You must be signed in to change notification settings - Fork 5
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
Button onClick function in editable popup content doesn't work #10
Comments
This seems to be problem with react-leaflet itself, rather than the plugin. See here: PaulLeCam/react-leaflet#11 There have been a few discussions about workarounds: Does this work as expected with a regular react-leaflet popup? |
For rect-leaflet it works:
|
If you wouldn't mind creating a reproducible example with a codesandbox, that would help me debug this |
Hi, https://codesandbox.io/s/reverent-currying-c0v70g?file=/src/App.js |
I'm trying to put a button on editable popup content.
The button appears, but onClick function wasn't fired.
The text was updated successfully, but these errors were encountered: