Replies: 4 comments 1 reply
-
Are there TypeScript users that can help with this. I'll gladly update the |
Beta Was this translation helpful? Give feedback.
-
Yes, probably. Unfortunately, I don't have much bandwidth to work on this right now. If you ever had the time, you could post the problem to StackOverflow and keep me updated. Otherwise, it will have to wait a little. It's probably something relatively simple but I'm lacking time... |
Beta Was this translation helpful? Give feedback.
-
I posted this problem to StackOverflow. Hopefully, we'll get some help from TypeScript pros. |
Beta Was this translation helpful? Give feedback.
-
I implemented a workaround for this issue. See #229 (comment). |
Beta Was this translation helpful? Give feedback.
-
as per the suggestion in #229, im posting this here in hopes of a solution. here is the code to reproduce;
and this is the full error returned
TS2349: This expression is not callable. Each member of the union type '(<T extends keyof InputEventMap>(type?: Symbol | T, listener?: InputEventMap[T], options?: { channels?: number | number[]; context?: any; remaining?: number; }) => void) | (<T extends keyof OutputEventMap>(type?: Symbol | T, listener?: OutputEventMap[T], options?: { ...; }) => void)' has signatures, but none of those signatures are compatible with each other.
any ideas?
Beta Was this translation helpful? Give feedback.
All reactions