Closed boris-petrov closed 3 years ago
5.0.0
Just use the plugin.
No deprecation warnings.
Deprecation warning about using isHTMLSafe and htmlSafe from @ember/string, for example here. This has been deprecated. Instead of importing them from @ember/string, they should be imported from @ember/template.
isHTMLSafe
htmlSafe
@ember/string
@ember/template
I believe this has been fixed by #327.
Version
5.0.0
Steps to reproduce
Just use the plugin.
Expected Behavior
No deprecation warnings.
Actual Behavior
Deprecation warning about using
isHTMLSafe
andhtmlSafe
from@ember/string
, for example here. This has been deprecated. Instead of importing them from@ember/string
, they should be imported from@ember/template
.