dependabot[bot]
2026-01-27 ec00a40aefca73596ab76e3ebe3a8e1129b43688
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>) => (