Fix
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-08-09 01:38:33 +02:00
parent 8443da4235
commit 3343b245d7
3 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export namespace Suspense {
const SuspenseProto = Object.freeze({
[TypeId]: TypeId,
makeFunctionComponent<P, A extends React.ReactNode, E, R>(
makeFunctionComponent<P extends {}, A extends React.ReactNode, E, R>(
this: Component.Component<P, A, E, R> & Suspense,
runtimeRef: React.RefObject<Runtime.Runtime<Exclude<R, Scope.Scope>>>,
scope: Scope.Scope,