Skip to content

Compatibility Issue with Ember.js 5.x - htmlSafe Not Implemented in @ember/string #277

@wozny1989

Description

@wozny1989

Hi, I've encountered an issue when using the ember-burger-menu package with Ember.js 5.x. Upon trying to run the application, the following error appears in the browser console:

Uncaught (in promise) Error: htmlSafe is not implemented in the `@ember/string` package. Please import from `@ember/template` instead.

It seems like htmlSafe is being imported from @ember/string, which is no longer supported in Ember.js 5.x. The correct import should be from @ember/template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions