Skip to content

fix: fix render hook typing #579

fix: fix render hook typing

fix: fix render hook typing #579

Triggered via pull request August 19, 2025 16:05
Status Failure
Total duration 1m 43s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Typecheck
Process completed with exit code 2.
Typecheck: src/render-hook.tsx#L78
Cannot assign to 'current' because it is a read-only property.
Typecheck: src/render-hook.tsx#L48
Cannot assign to 'current' because it is a read-only property.
Typecheck: src/__tests__/suspense.test.tsx#L17
Property 'use' does not exist on type 'typeof React'.
Typecheck: src/__tests__/suspense-fake-timers.test.tsx#L19
Property 'use' does not exist on type 'typeof React'.
Typecheck: src/__tests__/render-hook-async.test.tsx#L173
Property 'use' does not exist on type 'typeof React'.
Typecheck: src/__tests__/render-hook-async.test.tsx#L128
Property 'use' does not exist on type 'typeof React'.