We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4089521 commit 0ef0895Copy full SHA for 0ef0895
src/05-generics/39-generic-props.solution.tsx
@@ -3,7 +3,7 @@ import { Equal, Expect } from "../helpers/type-utils";
3
4
interface TableProps<T> {
5
rows: T[];
6
- renderRow: (row: T) => ReactNode;
+ rendw: (row: T) => ReactNode;
7
}
8
9
/**
0 commit comments