Skip to content

[WIP ]Kinematic character controller #188

[WIP ]Kinematic character controller

[WIP ]Kinematic character controller #188

Triggered via pull request September 20, 2024 17:13
Status Failure
Total duration 48s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: demo/src/examples/kinematic-character-controller/KinematicCharacterController.tsx#L76
Argument of type 'KinematicCharacterController' is not assignable to parameter of type 'SetStateAction<undefined>'.
test: demo/src/examples/kinematic-character-controller/KinematicCharacterController.tsx#L87
Property 'computedGrounded' does not exist on type 'never'.
test: demo/src/examples/kinematic-character-controller/KinematicCharacterController.tsx#L128
Property 'computeColliderMovement' does not exist on type 'never'.
test: demo/src/examples/kinematic-character-controller/KinematicCharacterController.tsx#L133
Property 'translation' does not exist on type 'never'.
test: demo/src/examples/kinematic-character-controller/KinematicCharacterController.tsx#L134
Property 'computedMovement' does not exist on type 'never'.
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/