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 c7a4ba5 commit d653f18Copy full SHA for d653f18
packages/docs/src/templates/MdxLayout.tsx
@@ -30,6 +30,7 @@ const MdxLayout: FC<MdxLayoutProps> = ({ children }) => {
30
},
31
pre: (props: any) => <CodeBlock {...props} />,
32
table: (props: any) => {
33
+ // TODO: find better soultion
34
const isApiTable =
35
props.children[0].props.children.props.children[0].props.children &&
36
props.children[0].props.children.props.children[0].props.children.includes('Property')
0 commit comments