#Assertion Failed: Illegal set of identifier assert

1 messages · Page 1 of 1 (latest)

white bough
#

I keep getting the error above when trying to use this.store.findRecord() in a parent route, but the error shows in a child route.
Also, in ember inspector, the model I'm trying to access that tab gets duplicated. Any ideas?

#

For some reason this only happens when I have the inspector open 🤔

deep echo
white bough
#

Thanks! It's the one I read and just disabled temporarily the ember inspector until I find a better solution. Couldn't find anything else though :/

deep echo
#

Can you try reinstalling the ember inspector extension? Also, it's fine as long as the inspector is closed AFAIR

white bough
#

I'll try reinstalling one sec

warm escarp
#

What versions of ember-source and ember-data are you running? Sounds like the fix for this inspector issue was shipped in updates to those packages

white bough
#

Ember data I have 3.28.9, Ember source 3.28.10, Ember-cli 3.28.5

warm escarp
#

Try ember-source 3.28.11

#

Also ember-data 3.28.13

#

In the issue above they mention backporting fixes so that fix hopefully landed in those patch updates 🤞

white bough
#

Let me try!

white bough
#

@warm escarp Seems to have worked

#

Thanks both ! @deep echo @warm escarp

warm escarp
#

Sometimes backports like this won't make it into Changelogs. Worth making sure you're on latest patch releases when encountering issues ❤️