We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731c838 commit 8ff3bb7Copy full SHA for 8ff3bb7
packages/common/src/internal/dispatch.ts
@@ -27,4 +27,5 @@ export function dispatch<T extends any = any>(
27
}
28
return event;
29
30
+ return undefined;
31
0 commit comments