-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
After bumping Ember to 3.24 in our project I got the following errors:
node_modules/@types/ember/index.d.ts:446:46 - error TS2339: Property 'htmlSafe' does not exist on type 'typeof import("C:/Users/.../node_modules/@ember/string/index")'.
446 const htmlSafe: typeof EmberStringNs.htmlSafe;
~~~~~~~~
node_modules/@types/ember/index.d.ts:447:48 - error TS2339: Property 'isHTMLSafe' does not exist on type 'typeof import("C:/Users/.../node_modules/@ember/string/index")'.
447 const isHTMLSafe: typeof EmberStringNs.isHTMLSafe;
~~~~~~~~~~
(and a screenshot of the errors if this is helpful)
Interestingly enough, this package exposes TS definitions, and also there're definitions at @types/ember__string. And the latter does expose htmlSafe and isHTMLSafe
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
