adopted-ember-addons / adopted-ember-addons/validated-changeset
No type for the data passed in?
Aperta
- Lingua principale
- TypeScript
- Stelle
- 38
- Fork
- 27
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
When initiating a changes like the following, it's not possible to get a type for the data:
```ts
const changeset = new Changeset(this.store.createRecord('some-model'));
changeset.data; // Will not have the type of the data passed
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.