Skip to content

chore(deps-dev): bump @react-three/fiber from 8.17.7 to 8.17.10 in /packages/react-three-rapier #209

chore(deps-dev): bump @react-three/fiber from 8.17.7 to 8.17.10 in /packages/react-three-rapier

chore(deps-dev): bump @react-three/fiber from 8.17.7 to 8.17.10 in /packages/react-three-rapier #209

Status Failure
Total duration 55s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
test: demo/src/examples/all-colliders/AllCollidersExample.tsx#L25
Type '{ children: Element; position?: Vector3 | undefined; up?: Vector3 | undefined; scale?: Vector3 | undefined; rotation?: Euler | undefined; ... 96 more ...; onPointerMissed?: ((event: MouseEvent) => void) | undefined; }' is not assignable to type 'Omit<ShapeProps<typeof BoxGeometry>, "ref">'.
test: demo/src/examples/components/ComponentsExample.tsx#L44
Type '{ children: Element; scale: number; attach?: AttachType | undefined; args?: [] | undefined; ref?: Ref<Group<Object3DEventMap>> | undefined; ... 91 more ...; onWheel?: ((event: ThreeEvent<...>) => void) | undefined; }' is not assignable to type 'GroupProps'.
test: demo/src/examples/instances-meshes-compound/InstancedMeshesCompoundExample.tsx#L75
Type '(evt: ThreeEvent<MouseEvent>) => void' is not assignable to type '(event: ThreeEvent<MouseEvent>) => void'.
test: demo/src/examples/performance/PeformanceExample.tsx#L82
Type '{ children: Element[]; attach?: AttachType | undefined; args?: [] | undefined; ref?: Ref<Group<Object3DEventMap>> | undefined; key?: Key | undefined; ... 92 more ...; time?: number | undefined; }' is not assignable to type 'GroupProps'.
test: demo/src/examples/performance/PeformanceExample.tsx#L98
Type '{ children: Element; attach?: AttachType | undefined; args?: [] | undefined; ref?: Ref<Group<Object3DEventMap>> | undefined; key?: Key | undefined; ... 91 more ...; onWheel?: ((event: ThreeEvent<...>) => void) | undefined; }' is not assignable to type 'GroupProps'.
test
Process completed with exit code 2.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/