Skip to content
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

Closed
fpauser opened this issue Jul 26, 2016 · 5 comments
Closed

Uncaught TypeError: Cannot read property 'meta' of null #91

fpauser opened this issue Jul 26, 2016 · 5 comments

Comments

@fpauser
Copy link
Contributor

fpauser commented Jul 26, 2016

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.

ember-leaflet-meta-of-null

@miguelcobain
Copy link
Owner

version of ember-leaflet?

@miguelcobain
Copy link
Owner

This is a known bug that happens on ember 2.6+.

@fpauser
Copy link
Contributor Author

fpauser commented Jul 26, 2016

Using version 2.2.7 of ember-leaflet - thanks for your hint, so downgrading to ember-2.5.x is the only option?

@miguelcobain
Copy link
Owner

Unfortunately, yes. I'm working on a failing test so that this can be solved in core.

@miguelcobain
Copy link
Owner

@fpauser this was fixed in the release channel. 🎉
There still wasn't a point release for this.
You can use bower install --save ember#release to use a version with this bugfix for now.
We should have a 2.7.2 ember version with this fix soon!

So, to recap, ember versions 2.6, 2.7.0 and 2.7.1 have this bug. Use anything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants