🐛 fix: editor won't always loading when nodes is empty #434
Annotations
2 errors
test:
src/FlowEditor/hooks/useFlowEditor.ts#L58
Property 'scrennToFlowPosition' is missing in type '{ screenToFlowPosition: (position: { x: number; y: number; }) => XYPosition; getFlattenNodes: () => Record<string, Node>; getSelectedKeys: () => string[]; getFlattenEdges: () => Record<...>; ... 26 more ...; updateNodeData: <T extends object>(id: string, newData: T, forceReplace?: boolean | undefined, options?: Acti...' but required in type 'FlowEditorInstance'.
|
test
Process completed with exit code 1.
|