badcode
2025-04-29 dc2c4dca0845aa9666a7c7d7eb56265df252f82f
quartz/components/OverflowList.tsx
@@ -1,5 +1,4 @@
import { JSX } from "preact"
import { randomIdNonSecure } from "../util/random"
const OverflowList = ({
  children,
@@ -13,8 +12,9 @@
  )
}
let numExplorers = 0
export default () => {
  const id = randomIdNonSecure()
  const id = `list-${numExplorers++}`
  return {
    OverflowList: (props: JSX.HTMLAttributes<HTMLUListElement>) => (