dependabot[bot]
2025-09-17 6457ad2092a44ab2fafae816ce9fc2d67d44769c
quartz/components/OverflowList.tsx
@@ -12,10 +12,9 @@
  )
}
let numExplorers = 0
let numLists = 0
export default () => {
  const id = `list-${numExplorers++}`
  console.log(id)
  const id = `list-${numLists++}`
  return {
    OverflowList: (props: JSX.HTMLAttributes<HTMLUListElement>) => (