We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038149e commit d10a7faCopy full SHA for d10a7fa
packages/commandkit/src/events/CommandKitEventsChannel.ts
@@ -74,7 +74,7 @@ export class CommandKitEventsChannel {
74
event,
75
namespace,
76
},
77
- listener,
+ () => listener(...args),
78
);
79
}) as L;
80
}
0 commit comments