-
Notifications
You must be signed in to change notification settings - Fork 54
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
Markers flicker when scrolling on the map, React 18 #642
Comments
If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.@RamiShahazeh Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
@wangela (or others), can you elaborate a little bit on how actively this project is worked on? I'm considering switching over to this for my React google maps needs, but it's unclear to me how likely this issue (which I'm also experiencing in the current library I'm using) is to be addressed. I don't see a lot of activity beyond version bumps any time too recently, nor much interaction in the issues/discussions boards. Just trying to gauge overall likelihood of things like this being addressed. Thanks. |
@thepuzzlemaster We're committed to React support, more deeply than this wrapper. Stay tuned! |
Hello @wangela That's a great news, but is there a timeline we should be expecting? |
Any updates on this? |
1 similar comment
Any updates on this? |
Bumpity bump, also facing this issue |
Sorry I didn't remember to follow up here! For better Markers support in React, try https://github.com/visgl/react-google-maps (context at https://mapsplatform.google.com/resources/blog/introducing-react-components-for-the-maps-javascript-api/) |
As for this issue, I'm not convinced that this has something to do with the wrapper component provided by this library. Can someone create an example (codesandbox or similar) that demonstrates this issue so I can look into it? |
Markers displayed on the map is causing flickering on moving,
When we downgraded React to V17 is works fine, using rendering the App using ReactDOM but it will have some unexpected behavior in our components, so it's still not clear how can we remove this effect.
The text was updated successfully, but these errors were encountered: