Skip to content
New issue

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-Inflector deprecated in favor of uncountable from '@ember-data/request-utils/string', and fails to compile with fastboot. #2589

Open
hoIIer opened this issue Sep 12, 2024 · 0 comments

Comments

@hoIIer
Copy link

hoIIer commented Sep 12, 2024

Ember 5.3.x has migrated from Ember-Inflector to '@ember-data/request-utils/string'.

After making the migration, ember-cli-mirage no longer recognizes the uncountable values set in the application initializer and Ember-Inflector must be explicitly called in mirage/config.js.

Separately when using Ember-Inflector and compiling the application with Fastboot, an error occurs:

const app = new Fastboot(...);

Error: Could not find module `ember-inflector` imported from `@ember-data/request-utils/deprecation-support`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant