Fix
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2026-02-25 03:18:24 +01:00
parent d0bc4e4903
commit a73da25b8c

View File

@@ -19,7 +19,7 @@ export interface MemoizedOptions<P> {
export const MemoizedPrototype = Object.freeze({
[TypeId]: TypeId,
transformComponent<P extends {}>(
transformFunctionComponent<P extends {}>(
this: Memoized<P>,
f: React.FC<P>,
) {