-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug] Incorrect "import htmlSafe from '@ember/string'" deprecation warning when importing from '@ember/template' #19393
Comments
We seem to have missed some necessary work for the correct implementation of the deprecation. I will be using this comment to track the necessary work. Tracking
|
As the person who did the original deprecation PR, I apologize for the inconvenience! |
Not that big of a deal @jamescdavis 😉 |
Tell that to our CI server test logger LOL... just found this out today when our log files went super-nova recently All good! |
Hi everyone, after upgrating to latest stable [email protected] I'm getting:
the thing is my helper is importing correctly:
import { htmlSafe } from '@ember/template';
but when i check the compiled version on the browser it is compiling to:
Ember.String.htmlSafe
which is triggering the deprecation warning.
@locks suggested on Discord it might be related to https://github.com/ember-cli/ember-rfc176-data needing an update
The text was updated successfully, but these errors were encountered: