We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6b1a3 commit 82017b7Copy full SHA for 82017b7
1 file changed
packages/library/src/modules/Table/Table.tsx
@@ -40,7 +40,7 @@ export const Table = ({
40
}), [timestampFormat])
41
42
return (
43
- <TableContext value={tableContextValue}>
+ <TableContext.Provider value={tableContextValue}>
44
<TableContainer
45
row={row}
46
className={className}
@@ -107,6 +107,6 @@ export const Table = ({
107
/>
108
))}
109
</TableContainer>
110
- </TableContext>
+ </TableContext.Provider>
111
)
112
}
0 commit comments