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 e037901 commit b8f6745Copy full SHA for b8f6745
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@solved-ac/ui-react",
3
- "version": "0.0.1-alpha.35",
+ "version": "0.0.1-alpha.36",
4
"description": "React component library used by solved.ac",
5
"author": "shiftpsh",
6
"license": "MIT",
src/components/Table/TableContainer.tsx
@@ -8,7 +8,7 @@ const TableContainerContainer = styled.div`
8
9
export const TableContainer: PC<'div'> = React.forwardRef(
10
<T extends ElementType>(props: PP<T>, ref?: PR<T>) => {
11
- const { as = 'table', ...rest } = props
+ const { as = 'div', ...rest } = props
12
13
return (
14
<TableContainerContainer
0 commit comments