angular/cdk@17.2.2: [ERROR] TS2610 in NbTable
- 主要言語
- TypeScript
- スター
- 8.1k
- フォーク
- 1.5k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Issue type
**I'm submitting a ...** (check one with "x")
* [x] bug report
* [ ] feature request
### Issue description
**Current behavior:**
```
X [ERROR] TS2610: 'sticky' is defined as an accessor in class 'CdkColumnDef', but is overridden here in 'NbColumnDefDirective' as an instance property. [plugin angular-compiler]
node_modules/@nebular/theme/components/cdk/table/cell.d.ts:38:4:
38 │ sticky: boolean;
╵ ~~~~~~
X [ERROR] TS2610: 'sticky' is defined as an accessor in class 'CdkHeaderRowDef', but is overridden here in 'NbHeaderRowDefDirective' as an instance property. [plugin angular-compiler]
node_modules/@nebular/theme/components/cdk/table/row.d.ts:29:4:
29 │ sticky: boolean;
╵ ~~~~~~
X [ERROR] TS2610: 'sticky' is defined as an accessor in class 'CdkFooterRowDef', but is overridden here in 'NbFooterRowDefDirective' as an instance property. [plugin angular-compiler]
node_modules/@nebular/theme/components/cdk/table/row.d.ts:39:4:
39 │ sticky: boolean;
╵ ~~~~~~
```
**Expected behavior:**
```Process finished with exit code 0```
**Steps to reproduce:**
Update `@angular/cdk` to `17.2.2`.
**Angular, Nebular**
```
"@nebular/theme": "~13.0.0"
```
コントリビューションガイド
評価
この issue はまだ評価されていません。