Skip to content

feat!: React 19 support #3351

feat!: React 19 support

feat!: React 19 support #3351

Triggered via pull request January 4, 2025 11:31
Status Failure
Total duration 1m 54s
Artifacts

release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
test: src/core/Caustics.tsx#L309
React Hook "useFBO" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test: src/core/Caustics.tsx#L310
React Hook "useFBO" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test: src/core/Caustics.tsx#L311
React Hook "useFBO" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test: src/core/Caustics.tsx#L312
React Hook "useFBO" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test: src/core/Caustics.tsx#L314
React Hook "React.useState" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test: src/core/Caustics.tsx#L315
React Hook "React.useState" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test: src/core/Caustics.tsx#L317
React Hook "React.useState" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test: src/core/Caustics.tsx#L318
React Hook "React.useState" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test: src/core/Caustics.tsx#L320
React Hook "React.useLayoutEffect" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
test
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: src/core/Image.tsx#L149
React Hook React.useLayoutEffect has a missing dependency: 'planeBounds'. Either include it or remove the dependency array
test: src/core/Image.tsx#L149
React Hook React.useLayoutEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
test: src/core/Image.tsx#L149
React Hook React.useLayoutEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked