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
import { htmlSafe } from '@ember/template'; seems to have been around since Ember 3.8. No action required in this addon's README. Thanks for maintaining!
Console deprecation warnings are now present with Ember-3.25 as
htmlSafe
should actually be imported via@ember/template
.Essentially replace:
import { htmlSafe } from '@ember/string'
withimport { htmlSafe } from '@ember/template'
The text was updated successfully, but these errors were encountered: