79318417

Date: 2024-12-30 19:17:55
Score: 0.5
Natty:
Report link

In my case, I put a form inside the DropdownMenu.Item of Radix Primitives' Dropdown Menu component, I was able to solve this by applying asChild={true} to it.

<DropdownMenuItem asChild={true}>
    <form>
    ...
    </form>
</DropdownMenuItem>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hao Zonggang