Skip to content
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

Ember htmlSafe is now part of @ember/template #175

Closed
kevintraver opened this issue Jul 18, 2022 · 1 comment · Fixed by feldico/ember-burger-menu#1 · May be fixed by #210
Closed

Ember htmlSafe is now part of @ember/template #175

kevintraver opened this issue Jul 18, 2022 · 1 comment · Fixed by feldico/ember-burger-menu#1 · May be fixed by #210

Comments

@kevintraver
Copy link

For newer version of Ember, htmlSafe is now part of @ember/template instead of @ember/string

import { dasherize, htmlSafe } from '@ember/string';

@rnosek
Copy link

rnosek commented Jul 20, 2022

Looks like dasherize is still apart of '@ember/string'

import { htmlSafe } from '@ember/template'; import { dasherize } from '@ember/string';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants