0.2.4 #38

Merged
Thilawyn merged 44 commits from next into master 2026-03-16 00:30:17 +01:00
Showing only changes of commit a73da25b8c - Show all commits

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>,
) {