-
Notifications
You must be signed in to change notification settings - Fork 152
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
Error when a screen/modal with EditControl component is closed. #127
Comments
same here |
+1 here. Did you find out any solution? #128 other issue that seems to be related |
Same here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using react material-ui modal component to display the react-leaflet MapContainer and react-leaflet-draw EditControl. Now, whenever I close the modal, an error occurs. It says
react-dom.development.js:188
I assume that the error is cause by the EditControl component because when I comment it out the issue is gone.
The text was updated successfully, but these errors were encountered: