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

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

Open
wozny1989 opened this issue Sep 9, 2024 · 0 comments · May be fixed by #278
Open

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

wozny1989 opened this issue Sep 9, 2024 · 0 comments · May be fixed by #278

Comments

@wozny1989
Copy link

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.

wozny1989 added a commit to alyne/ember-burger-menu that referenced this issue Sep 9, 2024
@wozny1989 wozny1989 linked a pull request Sep 9, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant