dependabot[bot]
2025-10-27 1377004fcac9235b3ea384c8d3fb8695bf50a615
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>) => (