Skip to content

feat(codemods): fixed version like other suspensive libraries (#1461) #4534

feat(codemods): fixed version like other suspensive libraries (#1461)

feat(codemods): fixed version like other suspensive libraries (#1461) #4534

Triggered via push March 3, 2025 15:15
Status Success
Total duration 1m 6s
Artifacts

ci.yml

on: push
Matrix: Check quality
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Check quality (ci:eslint): examples/vite-react-18-suspense-prerender-siblings-problem/src/App.tsx#L9
Add missing 'type' attribute on 'button' component
Check quality (ci:eslint): packages/react/src/DefaultProps.tsx#L68
A/an 'object expression' passed as the value prop to the context provider should not be constructed. It will change on every render. Consider wrapping it in a useMemo hook
Check quality (ci:eslint): packages/react/src/DefaultProps.tsx#L69
A/an 'object expression' passed as the value prop to the context provider should not be constructed. It will change on every render. Consider wrapping it in a useMemo hook
Check quality (ci:eslint): packages/react/src/ErrorBoundary.spec.tsx#L374
Add missing 'type' attribute on 'button' component
Check quality (ci:eslint): packages/react/src/ErrorBoundaryGroup.spec.tsx#L22
Add missing 'type' attribute on 'button' component
Check quality (ci:eslint): packages/react/src/ErrorBoundaryGroup.spec.tsx#L46
Add missing 'type' attribute on 'button' component
Check quality (ci:eslint): packages/react/src/hooks/useIsClient.spec.ts#L62
Do not call the 'set' function 'setIsClient' of 'useState' directly in 'useEffect'
Check quality (ci:eslint): packages/react/src/hooks/usePrevious.ts#L10
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)