-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 to Angular 10 + nebular 6 + Typescript 4.0.2 results in NbColumnDefDirective + NbTreeGridxxxxxDefDirective errors #2498
Comments
Same here. I had to downgrade my project's typescript version from 4.0.2 to 3.9.7 as a workaround. |
@leduclinh7141 thanks for sharing the info. That indeed fixes the issue. |
Any plans to add support for Typescript 4.0.2? Thanks |
one more issue with NbTreeGrid #2449 |
I am also getting the same issue while upgrading to angular 10. Downgrading tslint to 5.15.0 and typescript 3.9.7 worked!! |
Same Here, waiting support for TypeScript 4. Also Downgrade typescript to 3.9.7, fix the issue |
Version |
@yggg ERROR in node_modules/@nebular/theme/components/cdk/table/cell.d.ts:35:5 - error TS2610: 'name' is defined as an accessor in class 'CdkColumnDef', but is overridden here in 'NbColumnDefDirective' as an instance property. 35 name: string; 39 stickyEnd: boolean;
Angular
|
Are there any updates on this issue? |
I am having similar issue when upgraded to @angular 11. |
yeah, downgrading seems like a bad idea since getting to Angular 10 is already falling behind a bit. Same issue. found these two in package.json
and changed to:
Then ran |
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
Upgrading current project based on Angular 9 + nebular 5 to Angular10 + nebular 6 results in the following errors during compilation.
ERROR in node_modules/@nebular/theme/components/cdk/table/cell.d.ts:35:5 - error TS2610: 'name' is defined as an accessor in class 'CdkColumnDef', but is overridden here in 'NbColumnDefDirective' as an instance property.
Expected behavior:
Upgrade should work seamlessly.
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: