#Assertion Failed: Illegal set of identifier assert
1 messages · Page 1 of 1 (latest)
Does this help https://github.com/emberjs/ember-inspector/issues/1875 ?
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 :/
Can you try reinstalling the ember inspector extension? Also, it's fine as long as the inspector is closed AFAIR
Yes, as long as I don't open the inspector everything is fine, but I was trying to match/test some data I was receiving from the api so it all turn sideways haha
I'll try reinstalling one sec
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
Ember data I have 3.28.9, Ember source 3.28.10, Ember-cli 3.28.5
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 🤞
Let me try!
Sometimes backports like this won't make it into Changelogs. Worth making sure you're on latest patch releases when encountering issues ❤️