Closed
Description
TypeScript Version: 3.2.0-dev.20180929
Search Terms:
Code
Revert the change of source code to see the error: falsandtru/clientchannel@14cc53a
Expected behavior:
pass
Actual behavior:
TypeScript error: src/layer/domain/indexeddb/service/channel.ts(48,15): Error TS2322: Type 'V[Exclude<keyof V, "__meta" | "__id" | "__key" | "__date" | "__event">] | undefined' is not assignable to type 'NonNullable<Partial<V>>[Exclude<keyof V, "__meta" | "__id" | "__key" | "__date" | "__event">]'.
Type 'undefined' is not assignable to type 'NonNullable<Partial<V>>[Exclude<keyof V, "__meta" | "__id" | "__key" | "__date" | "__event">]'.
Playground Link:
Related Issues: