Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

TypeScript error in src/events.ts #12

Open
zaiste opened this issue May 25, 2022 · 0 comments
Open

TypeScript error in src/events.ts #12

zaiste opened this issue May 25, 2022 · 0 comments

Comments

@zaiste
Copy link
Contributor

zaiste commented May 25, 2022

A strange error in src/events.ts, but it builds successfully for production:

src/events.ts:44:43 - error TS2536: Type '"payload"' cannot be used to index type 'TEvent'.
44 > = TEvent extends { type: TEventType } ? TEvent["payload"] : never;```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant