Enlève le console.log
parent
164a92ed7d
commit
5d87aae115
|
@ -147,7 +147,6 @@ export function HeadingWithAnchorLink({
|
|||
level: number
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
console.log(React.Children.toArray(children))
|
||||
const { pathname } = useLocation()
|
||||
const headingId = flatMapChildren(children)
|
||||
.join(' ')
|
||||
|
|
Loading…
Reference in New Issue