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
With a small change we should be able to make the types we already
have apply to the `./helpers/svg-jar` module.
Not addressed here:
- The types claim the helper to be a class-based helper
- Do we want people to be importing from `./helpers/svg-jar` or do
we want a re-export
- Do we want to restrict what can be imported via package.json's
`exports` field
...etc
Basically keeping things working as it is
With a small change we should be able to make the types we already
have apply to the `./helpers/svg-jar` module.
Not addressed here:
- The types claim the helper to be a class-based helper
- Do we want people to be importing from `./helpers/svg-jar` or do
we want a re-export
- Do we want to restrict what can be imported via package.json's
`exports` field
...etc
Basically keeping things working as it is
I'm trying to import the helper in a
.gts
file and I get the following error:I'm using embroider enabled app, with ember Stable TypeScript Types (using
import 'ember-source/types';
).Other than this error in VSCode, everything works correctly. Svg gets rendered correctly and there are no errors/warnings in app build.
The text was updated successfully, but these errors were encountered: