feat!: React 19 support #3350
release.yml
on: pull_request
test
1m 39s
build-and-release
0s
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
|