We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb51a9 commit 584e9b3Copy full SHA for 584e9b3
1 file changed
rivetkit-typescript/packages/react/src/mod.ts
@@ -68,6 +68,7 @@ export function createRivetKitWithClient<Registry extends AnyActorRegistry>(
68
* @param eventName The name of the event to listen for.
69
* @param handler The function to call when the event is emitted.
70
*/
71
+ // @ts-ignore Type instantiation can be excessively deep for complex registries.
72
const useEvent = ((
73
eventName: string,
74
handler: (...args: unknown[]) => void,
0 commit comments