We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821d280 commit 43238ecCopy full SHA for 43238ec
web/components/comments/dropdown-button-menu.tsx
@@ -6,7 +6,6 @@ import { usePopper } from 'react-popper'
6
import { Col } from 'web/components/layout/col'
7
import { AnimationOrNothing } from 'web/components/comments/dropdown-menu'
8
9
-// NOTE: you can't conditionally render any of the items from a useEffect hook, or you'll get hydration errors
10
export default function DropdownMenu(props: {
11
items: ReactNode[]
12
icon?: ReactNode
0 commit comments