You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
wozny1989
added a commit
to alyne/ember-burger-menu
that referenced
this issue
Sep 9, 2024
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: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
.The text was updated successfully, but these errors were encountered: