-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
2.0.1 throws errors with Google Maps API. #458
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
Comments
@jgerigmeyer – so, I've been playing with this for a bit (debugging Google Maps' minified code), and the issue appears related to the Still digging 'cause this is tricky to step through. I recommend reverting to 1.3.0 in the meantime. |
👍 Thanks for digging into it! I started wading through their minified code, and quickly found myself over my head... :) |
@jgerigmeyer – we will push 2.0.2 with the fix this afternoon. Thanks for your help. |
Fix missing return value in requestAnimationFrame wrapper (fixes #458)
Sorry in advance for being a bit vague, but I'm having trouble nailing down exactly what's going on here. I have an app that uses the Google Maps API. After upgrading from raven-js
1.3.0
to2.0.1
, I'm consistently getting errors when the map settles after "flicking" to pan the map (i.e. click and drag with some speed, let go and allow the momentum to continue panning the map until it settles).Example: https://jsfiddle.net/jgerigmeyer/zkbqjcsu/
The text was updated successfully, but these errors were encountered: