-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Error "Cannot read property 'hasTransition' of undefined" with version 0.42.1 #5714
Comments
Thanks for using Mapbox, and sorry to hear you're running into an issue. In order for us to diagnose this issue, we'll need to be able to reproduce it ourselves. Could you please create a minimal self-contained JSFiddle that demonstrates the issue? |
We were able to figure out how to replicate this locally. Thanks for reporting. |
Awesome, thanks! I'll try to run my app with the master revision ASAP. |
Yep, seems to work fine again 👍 |
I'm having an issue that looks similar enough that I'll post here: With a style that loads fine using
|
mapbox-gl-js version: 0.42.1
Steps to Trigger Behavior
Expected Behavior
Map renders correctly.
Actual Behavior
Map does not show up (only the map controls do) and console shows the following error:
I also tried switching our custom style to mapbox://styles/mapbox/streets-v9 but the issue still remained.
The text was updated successfully, but these errors were encountered: