Fix refresh plugin
Lint / lint (push) Failing after 39s

This commit is contained in:
Julien Valverdé
2026-07-25 22:27:11 +02:00
parent 462895a3c2
commit 23547afe91
6 changed files with 119 additions and 69 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export type AsyncProps = Omit<React.SuspenseProps, "children">
export const AsyncPrototype: AsyncPrototype = Object.freeze({
[AsyncTypeId]: AsyncTypeId,
asFunctionComponent<P extends {}, A extends React.ReactNode, E, R, F extends Component.Component.Signature>(
makeFunctionComponent<P extends {}, A extends React.ReactNode, E, R, F extends Component.Component.Signature>(
this: Component.Component<P, A, E, R, F> & Async,
contextRef: React.RefObject<Context.Context<Exclude<R, Scope.Scope>>>,
) {