Skip to content

Ember-Inflector deprecated in favor of uncountable from '@ember-data/request-utils/string', and fails to compile with fastboot. #2589

@erichaus

Description

@erichaus

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions