fix(core): calculate handle positions correctly #3563
Annotations
2 errors and 11 warnings
Run tests 🧪
@vue-flow/tests#test: command (/home/runner/work/vue-flow/vue-flow/tests) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (2)
|
Run tests 🧪
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed 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, cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests 🧪:
packages/core/dist/composables/useEdgesData.d.ts#L14
@param "guard" does not match an existing function parameter
|
Run tests 🧪:
packages/core/dist/composables/useNodesData.d.ts#L14
@param "guard" does not match an existing function parameter
|
Run tests 🧪:
packages/core/dist/composables/useVueFlow.d.ts#L12
Expected @param names to be "id". Got "idOrOpts"
|
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"
|
Build Library 👷:
packages/core/dist/composables/useEdgesData.d.ts#L14
@param "guard" does not match an existing function parameter
|
Build Library 👷:
packages/core/dist/composables/useNodesData.d.ts#L14
@param "guard" does not match an existing function parameter
|
Build Library 👷:
packages/core/dist/composables/useVueFlow.d.ts#L12
Expected @param names to be "id". Got "idOrOpts"
|
Loading