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 b0baa45 commit 14e7ea0Copy full SHA for 14e7ea0
packages/docs/src/components/Toc.tsx
@@ -12,7 +12,6 @@ interface TocProps {
12
}
13
14
const Toc: FC<TocProps> = ({ items }) => {
15
- console.log(items)
16
const toc = (items: TocItem[]) => {
17
return (
18
items &&
0 commit comments