Open lozjackson opened 5 months ago
This is happening because this library does not properly declare either a dependency or a peerDependency on ember-data
or @ember-data/adapter
Adding the proper dependency to package.json should be enough to fix even without converting this library to be a v2 addon.
Since upgrading ember-data I'm getting an error in the console
I guess something changed with ember-data in that version.
I'm not sure where the problem is (this project, or ember-data) - I've created an issue in the ember-data repo here https://github.com/emberjs/data/issues/9504