simonihmig / ember-stargate

Modern lightweight portals for Ember
MIT License
68 stars 12 forks source link

`@ember/owner` Error running on Ember 3.28 #677

Open elidupuis opened 11 months ago

elidupuis commented 11 months ago

Just curious if anyone else has run into this. We have app running Ember 3.28 (in the process of getting to 4.0) and I'm seeing the following error after installing ember-stargate@v0.5.0 and add couple basic portals (effectively copied from the README examples). The README still say 3.28 is supported and the latest release says support for 3.24 was removed.

Uncaught (in promise) Error: Could not find module `@ember/owner` imported from `ember-stargate/components/portal

After installing ember-stargate@v0.4.3, the above error is not an issue.