Skip to content

Commit d653f18

Browse files
committed
chore: add TODO comment
1 parent c7a4ba5 commit d653f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/src/templates/MdxLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const MdxLayout: FC<MdxLayoutProps> = ({ children }) => {
3030
},
3131
pre: (props: any) => <CodeBlock {...props} />,
3232
table: (props: any) => {
33+
// TODO: find better soultion
3334
const isApiTable =
3435
props.children[0].props.children.props.children[0].props.children &&
3536
props.children[0].props.children.props.children[0].props.children.includes('Property')

0 commit comments

Comments
 (0)