feat: add state machines #80
Annotations
7 errors and 10 warnings
Lint:
examples/visual-editing/studio/App.tsx#L23
'RemoteDocumentEvent' is defined but never used
|
Lint:
examples/visual-editing/studio/App.tsx#L68
'merge' is defined but never used
|
Lint:
examples/visual-editing/studio/lib/form/FormNode.tsx#L100
React Hook "useMemo" is called in function "_FormNode" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
Lint:
examples/visual-editing/studio/lib/form/FormNode.tsx#L114
React Hook "useCallback" is called in function "_FormNode" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
Lint:
src/store/toTransactions.ts#L1
Prefer using inline type specifiers instead of a top-level type-only import
|
Lint:
src/store/toTransactions.ts#L2
Prefer using inline type specifiers instead of a top-level type-only import
|
Lint
Process completed with exit code 1.
|
Lint:
examples/ts/apply-patch.ts#L4
'res' is assigned a value but never used
|
Lint:
examples/ts/apply-patch.ts#L6
'res2' is assigned a value but never used
|
Lint:
examples/ts/apply-patch.ts#L14
'res3' is assigned a value but never used
|
Lint:
examples/ts/apply-patch.ts#L16
'res4' is assigned a value but never used
|
Lint:
examples/ts/apply-patch.ts#L18
'res5' is assigned a value but never used
|
Lint:
examples/ts/autokey.ts#L6
'item' is defined but never used
|
Lint:
examples/ts/full.ts#L29
'third' is assigned a value but never used
|
Lint:
examples/ts/localStore.ts#L48
'id' is assigned a value but never used
|
Lint:
examples/ts/misc.ts#L13
'd' is assigned a value but never used
|
Lint:
examples/ts/misc.ts#L14
'f' is assigned a value but never used
|