-
Notifications
You must be signed in to change notification settings - Fork 87
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
Uncaught TypeError: Cannot read property 'meta' of null #91
Comments
version of ember-leaflet? |
This is a known bug that happens on ember 2.6+. |
Using version 2.2.7 of ember-leaflet - thanks for your hint, so downgrading to ember-2.5.x is the only option? |
Unfortunately, yes. I'm working on a failing test so that this can be solved in core. |
@fpauser this was fixed in the release channel. 🎉 So, to recap, ember versions 2.6, 2.7.0 and 2.7.1 have this bug. Use anything else. |
See the screenshot below. It happens in the
tile-layer
component, and I have no clue how to fix this - seems related to emberjs/ember.js#13494.One thing to note: Initial rendering of the map works fine, but changing the route and coming back always results in this error - so maybe a problem with rendering in ember.
The text was updated successfully, but these errors were encountered: