Mark Michaelis
Mark Michaelis
> in other cases (used in the production code), it would be great if you could describe in a few words the context of usage. It will be easier for...
If I get this right, even the examples lack this feature: [TypeScript: Documentation - Conditional Types](https://www.typescriptlang.org/docs/handbook/2/conditional-types.html). Thus, the given function `createLabel` cannot be implemented without error: ```typescript function createLabel(idOrName: T):...
> Thanks for the report. We were just discussing this but we are still unsure of how to approach the fix. The quick workaround could be directly accessing the data...