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
This is not entirely a duplicate of #235 per se, but possibly related.
I had a production app break recently with a deprecated import { htmlSafe } from '@ember/string' usage. Though this import is deprecated, it's not slated for removal until Ember v4. We tracked the problem down to ember-data v3.24 using @ember/string v1 which is being used in prod instead of Ember Source's.
Is it possible to add these missing functions with a deprecation warning and backport?
The text was updated successfully, but these errors were encountered:
This is not entirely a duplicate of #235 per se, but possibly related.
I had a production app break recently with a deprecated
import { htmlSafe } from '@ember/string'
usage. Though this import is deprecated, it's not slated for removal until Ember v4. We tracked the problem down to ember-data v3.24 using@ember/string
v1 which is being used in prod instead of Ember Source's.Is it possible to add these missing functions with a deprecation warning and backport?
The text was updated successfully, but these errors were encountered: