Skip to content

Commit 05144eb

Browse files
committed
Auto merge of #3329 - Turbo87:htmlsafe, r=pichfl
Import `htmlSafe` from `@ember/template` This should resolve a few of the deprecation warnings that got introduced with Ember 3.25
2 parents cc41278 + 67d505c commit 05144eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/helpers/format-email.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { helper } from '@ember/component/helper';
2-
import { htmlSafe } from '@ember/string';
2+
import { htmlSafe } from '@ember/template';
33
import Ember from 'ember';
44

55
const escape = Ember.Handlebars.Utils.escapeExpression;

app/services/progress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Service, { inject as service } from '@ember/service';
2-
import { htmlSafe } from '@ember/string';
2+
import { htmlSafe } from '@ember/template';
33
import { tracked } from '@glimmer/tracking';
44
import Ember from 'ember';
55

0 commit comments

Comments
 (0)