We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ember-data/adapter/rest
Since upgrading ember-data I'm getting an error in the console
Error: Could not find module @ember-data/adapter/rest imported from active-model-adapter/active-model-adapter
active-model-adapter/active-model-adapter
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 emberjs/data#9504
The text was updated successfully, but these errors were encountered:
This is happening because this library does not properly declare either a dependency or a peerDependency on ember-data or @ember-data/adapter
ember-data
@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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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 emberjs/data#9504
The text was updated successfully, but these errors were encountered: