(WIP) v6 #10742
Annotations
10 errors
|
build:
packages/core/src/createMachineFromConfig.ts#L8
'TransitionConfig' is defined but never used. Allowed unused vars must match /^_/u
|
|
build:
packages/core/src/createMachine2.ts#L119
Expected an assignment or function call and instead saw an expression
|
|
build:
packages/core/src/createMachine2.ts#L78
'config' is defined but never used. Allowed unused args must match /^_/u
|
|
build:
packages/core/src/createMachine2.ts#L1
Do not use "@ts-nocheck" because it alters compilation errors
|
|
build:
packages/core/src/StateNode.ts#L518
Invalid type "string | InitialTransitionConfig<TContext, TEvent, any, any, any, any, any, any>" of template literal expression
|
|
build:
packages/core/src/StateNode.ts#L518
'_target' may use Object's default stringification format ('[object Object]') when stringified
|
|
build:
packages/core/src/StateNode.ts#L208
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
build:
packages/core/src/StateNode.ts#L203
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
build:
packages/core/src/StateMachine.ts#L461
'snapshot' is defined but never used. Allowed unused args must match /^_/u
|
|
build:
packages/core/src/StateMachine.ts#L341
'internalQueue' is defined but never used. Allowed unused args must match /^_/u
|