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 8735268 commit 83e0afaCopy full SHA for 83e0afa
src/backend/masterState.ts
@@ -35,7 +35,7 @@ export default {
35
getRecordByIndex: (inputIndex: number): HookStateItem => componentActionsRecord[inputIndex],
36
// this is used for class components -
37
/* inputIndex will always be a fixed number (coming in timeJump.ts) */
38
- getComponentByIndex: (inputIndex: number): void => (
+ getComponentByIndex: (inputIndex: number): any => (
39
componentActionsRecord[inputIndex]
40
? componentActionsRecord[inputIndex].component
41
: undefined),
0 commit comments