akveo / akveo/nebular

angular/cdk@17.2.2: [ERROR] TS2610 in NbTable

Aperta
#3,246 13 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
8.1k
Fork
1.5k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### 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"
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.