You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
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;```
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A strange error in
src/events.ts
, but it builds successfully for production:The text was updated successfully, but these errors were encountered: