https://stackblitz.com/edit/ngrx-seed-data-update-bug
See the type error in the example() function, compared with an entity with a String ID
ChangeSetItemFactory.update should allow for updating entities with a Number type ID
NgRx: 8.0.1
Angular: 8.0.2
Node: 10.15.3
Although they type Update<T> allows for UpdateStr<T> | UpdateNum<T>, the update function forces T to extend {id: string} only
[X] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The typings are wrong(?) at https://github.com/ngrx/platform/blob/master/modules/data/src/actions/entity-cache-change-set.ts#L88
Most helpful comment
The typings are wrong(?) at https://github.com/ngrx/platform/blob/master/modules/data/src/actions/entity-cache-change-set.ts#L88