dependabot[bot]
2026-01-05 31ea7852fd0665a38de6d41595314019aa8d9109
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>) => (