-
Notifications
You must be signed in to change notification settings - Fork 122
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
ivy-native issue with the component variables in the templates #1109
Comments
I'm also having issues with the Ivy preview... it just doesn't work... created a new project |
Same issue than @MatthewS2077, but I'm on Linux. Language service with preview enabled doesn't work at all, same log with every component file |
same error:
|
So looking forward to this being fixed and being able to apply rename refactoring to templates 💪 |
I downgrade the version of ts to 4.1.3 in the extensions. It works again. Maybe this is the problem.
|
For me extension in v11.1.3 is working well. Updating to 11.2.0 breaks everything |
How do you turn off Ivy? tried downgrading the extension but still having the issue described... |
@AaronDovTurkel add |
microsoft/TypeScript#42713 |
Turning it off. Everything is doubled and in template it doesnt actually work. |
In typescript 4.1.4, ts allows only package names as plugin names, so `@angular/language-service/bundles/ivy` is disabled by ts. This PR will resolve `@angular/language-service` to path `./bundles/ivy.js` fixed angular#1109
In typescript 4.1.4, ts allows only package names as plugin names, so `@angular/language-service/bundles/ivy` is disabled by ts. This PR will resolve `@angular/language-service` to path `./bundles/ivy.js` when the user enables the Ivy-native language service. fixed angular#1109
Just to add to @jtsom I had the same issue now, turned ivy off with |
In typescript 4.1.4, ts allows only package names as plugin names, so `@angular/language-service/bundles/ivy` is disabled by ts. This PR will resolve `@angular/language-service` to path `./bundles/ivy.js` when the user enables the Ivy-native language service. fixed angular#1109
In typescript 4.1.4, ts allows only package names as plugin names, so `@angular/language-service/bundles/ivy` is disabled by ts. This PR will resolve `@angular/language-service` to path `./bundles/ivy.js` when the user enables the Ivy-native language service. fixed #1109
In typescript 4.1.4, ts allows only package names as plugin names, so `@angular/language-service/bundles/ivy` is disabled by ts. This PR will resolve `@angular/language-service` to path `./bundles/ivy.js` when the user enables the Ivy-native language service. fixed #1109
Hello everyone, this issue has been fixed in v11.2.1, and it has been released to the vscode marketplace. |
Fixed, and thanks! 👍 |
Hi, seems that duplicities still occur within "Find all references" results, even with v11.2.1 😕 |
@kunajs could you please open a new issue and attach a repro / screenshot so that we can take a closer look? Thank you. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
After enabling the ivy-native feature my project got bugged where the templates(.html) couldn't recognize the component variables or methods at all nor showing any error when writing an undefined variable. the image below is when clicking on the
go to definition
option of the variable.Additional context
UPDATES
The text was updated successfully, but these errors were encountered: