Skip to content

Bump the regular-updates group across 1 directory with 3 updates #717

Bump the regular-updates group across 1 directory with 3 updates

Bump the regular-updates group across 1 directory with 3 updates #717

Triggered via pull request August 24, 2026 13:16
Status Failure
Total duration 2m 47s
Artifacts

test_and_lint.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
react(refs): src/hooks/use_thunk_reducer.js#L26
src/hooks/use_thunk_reducer.js:26:11: Cannot access refs during render
react(refs): src/hooks/use_thunk_reducer.js#L21
src/hooks/use_thunk_reducer.js:21:40: Cannot access refs during render
react(immutability): src/hooks/use_thunk_reducer.js#L34
src/hooks/use_thunk_reducer.js:34:13: Cannot access variable while it is being initialized
react(refs): src/components/list_box.jsx#L30
src/components/list_box.jsx:30:7: Cannot access refs during render
react(use-memo): src/hooks/use_combine_refs.js#L15
src/hooks/use_combine_refs.js:15:5: Expected the dependency list for useCallback to be an array literal
react(set-state-in-effect): examples/combo_box/background_autocomplete/index.jsx#L66
examples/combo_box/background_autocomplete/index.jsx:66:5: Calling setState synchronously within an effect can trigger cascading renders
eslint(no-unused-vars): examples/drop_down/aria_1_2_groups/index.jsx#L35
examples/drop_down/aria_1_2_groups/index.jsx:35:49: Parameter '_' is declared but never used.
eslint(no-unused-vars): examples/combo_box/aria_1_2_groups/index.jsx#L35
examples/combo_box/aria_1_2_groups/index.jsx:35:49: Parameter '_' is declared but never used.
react(set-state-in-effect): src/components/drop_down.test.jsx#L10
src/components/drop_down.test.jsx:10:19: Calling setState synchronously within an effect can trigger cascading renders
react(set-state-in-effect): src/components/combo_box.test.jsx#L11
src/components/combo_box.test.jsx:11:19: Calling setState synchronously within an effect can trigger cascading renders