fix(core): calculate handle positions correctly #3561
Annotations
10 errors and 5 warnings
Build Library 👷
@vue-flow/core#types: command (/home/runner/work/vue-flow/vue-flow/packages/core) /home/runner/setup-pnpm/node_modules/.bin/pnpm run types exited (2)
|
Build Library 👷
Property 'handleId' does not exist on type 'ConnectingHandle'.
|
Build Library 👷
Property 'handleId' does not exist on type 'ConnectingHandle'.
|
Build Library 👷
Property 'handleId' does not exist on type 'ConnectingHandle'.
|
Build Library 👷
Property 'handleId' does not exist on type 'ConnectingHandle'.
|
Build Library 👷
Property 'handleId' does not exist on type 'ConnectingHandle'.
|
Build Library 👷
Property 'handleId' does not exist on type 'ConnectingHandle'.
|
Build Library 👷
Type 'HandleElement | { width: number; height: number; id: string; position: Position; x: number; y: number; }' is not assignable to type 'HandleElement'.
|
Build Library 👷
Type '{ width: number; height: number; id: string; position: Position; x: number; y: number; }' is not assignable to type 'HandleElement'.
|
Build Library 👷
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run linter 🧹:
packages/core/src/composables/useEdgesData.ts#L18
@param "guard" does not match an existing function parameter
|
Run linter 🧹:
packages/core/src/composables/useNodesData.ts#L18
@param "guard" does not match an existing function parameter
|
Run linter 🧹:
packages/core/src/composables/useVueFlow.ts#L22
Expected @param names to be "id". Got "idOrOpts"
|
Loading