ember-cli-addon-docs icon indicating copy to clipboard operation
ember-cli-addon-docs copied to clipboard

Error using Ember Data 5.3.4

Open barryofguilder opened this issue 1 month ago • 0 comments

I'm in the process of updating my docs app to use Ember Data 5.3.4 (was previously using 5.3.3). When I bump the patch version, I get the following error when I run my docs app:

Uncaught (in promise) Error: Could not find module @ember-data/adapter imported from ember-cli-addon-docs/adapters/-addon-docs

Screenshot 2024-06-28 at 2 06 10 PM

I know that Ember Data 5.3.4 has a lot of changes in it. So I'm not sure if something in that broke this or if addon docs needs to be updated somehow to support 5.3.4. Keeping my Ember Data locked to 5.3.3 removes the error.

barryofguilder avatar Jun 28 '24 18:06 barryofguilder