dependabot[bot]
2025-05-07 0b348a053241d31245e5aa7176f47b2ae4719dfd
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>) => (