-
Notifications
You must be signed in to change notification settings - Fork 935
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
fix(GoogleMaps): VirtualContainer renders as child of GoogleMaps #61
Conversation
This allows DOM elements to render inside <GoogleMaps> as well as Google Map elements. This also fixes #47.
Interesting. Will |
@tomchentw Good question. What's the best way to test that? Are you saying that the I've been using this branch myself for a while now, and I haven't seen any warnings from React about the DOM being mutated unexpectedly. |
@idolize just dynamically add more contents to the children of |
I just tried this (using the |
@tomchentw Any chance of getting this merged? Thanks! |
Released as v1.5.0 |
This allows DOM elements to render inside as well as Google Map elements. This also fixes #47.