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 a4904cf commit a8c21c2Copy full SHA for a8c21c2
packages/app/src/app/overmind/namespaces/live/actions.ts
@@ -40,7 +40,7 @@ export const roomJoined: AsyncAction<{
40
});
41
42
export const createLiveClicked: AsyncAction<string> = async (
43
- { actions, effects },
+ { actions, effects, state },
44
sandboxId
45
) => {
46
effects.analytics.track('Create Live Session');
0 commit comments