We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.3.21
Zooming in/out (using mouse wheel or trackpad) is extremely slow on 5.3.21.
Note: Adding transitionDuration={0} fixes the issue.
transitionDuration={0}
No response
The text was updated successfully, but these errors were encountered:
v5 is no longer actively maintained. Performance issue is one of the reasons we moved to v7.
Sorry, something went wrong.
Looks like the issue is caused by adding transition properties to the _onWheel handler https://github.com/visgl/react-map-gl/blob/5.3-release/src/utils/map-controller.js#L402. Would it make sense to remove them to make this version at least useable?
_onWheel
No branches or pull requests
Description
Zooming in/out (using mouse wheel or trackpad) is extremely slow on
5.3.21
.Note: Adding
transitionDuration={0}
fixes the issue.Expected Behavior
No response
Steps to Reproduce
transitionDuration={0}
and try zooming again.Environment
Logs
No response
The text was updated successfully, but these errors were encountered: