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

upgrading 3 to 4 breaks #233

Closed
basz opened this issue Mar 7, 2024 · 1 comment
Closed

upgrading 3 to 4 breaks #233

basz opened this issue Mar 7, 2024 · 1 comment

Comments

@basz
Copy link

basz commented Mar 7, 2024

-    "ember-template-imports": "3.4.2",
+    "ember-template-imports": "4.1.0",

Suddenly lots of import issues.

in a .gts

import { LinkTo } from '@ember/routing';

logo.ts:60 Uncaught (in promise) ReferenceError: LinkTo is not defined

or (via /tests)

import didInsert from '@ember/render-modifiers/modifiers/did-insert';

Uncaught (in promise) ReferenceError: didInsert is not defined

@NullVoxPopuli
Copy link
Collaborator

Should be resolved now: #228 (comment)

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

No branches or pull requests

2 participants