-
Notifications
You must be signed in to change notification settings - Fork 935
InfoWindow blinks with React 16 #691
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Released v9.2.2 |
Is there any chance this release caused: https://stackoverflow.com/questions/47229253/target-container-is-not-a-dom-element-with-react-google-maps-with-markers-infowi |
This is weird. Probably |
What would be helpful in trying to track this down? I am new to this repo but I could try to build the simplest case if that would be useful. However, if you have a hunch or know what is causing it I can just check back. |
@SCasarotto could you try one thing for me? For all |
Just tested and same result in my use case. I added the
|
Came back to say. I updated to 9.4.1 and everything seems to be working as expected. Huge thanks!! |
Seems to be fixed by #699? |
Yep. By v9.2.3 |
Awesome |
Here is a complete solution InfoWindow shows. i have also attached the link you can see for more understanding.. https://codesandbox.io/s/quizzical-hermann-5ehs7
|
Issue is similar to #408 but another reason
Probably the main reason is that unstable_renderIntoContainer was changed in React 16 version and doesn't return new content immediately
facebook/react#10309
react version: 16.0.0
browser: Chrome
The text was updated successfully, but these errors were encountered: