Skip to content

build(deps): bump babel-plugin-react-compiler from 19.1.0-rc.1-rc-af1b7da-20250421 to 19.1.0-rc.3 #41

build(deps): bump babel-plugin-react-compiler from 19.1.0-rc.1-rc-af1b7da-20250421 to 19.1.0-rc.3

build(deps): bump babel-plugin-react-compiler from 19.1.0-rc.1-rc-af1b7da-20250421 to 19.1.0-rc.3 #41

Triggered via pull request April 12, 2026 12:19
Status Success
Total duration 13s
Artifacts

ci.yml

on: pull_request
Lint, Type Check & Test
10s
Lint, Type Check & Test
Self-test Action
8s
Self-test Action
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
React Compiler: failing.tsx#L16
"RefMutation" skipped: Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
React Compiler: failing.tsx#L15
"RefMutation" skipped: Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
React Compiler: failing.tsx#L15
"RefMutation" skipped: Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
React Compiler: failing.tsx#L6
"ConditionalHook" skipped: Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://...