Files
plane/apps
Atul Tameshwari 302f09b5b9 fix: remove redundant Fragment wrapper around comboButton in dropdowns (#9694)
Combobox.Button as={Fragment} requires its child to be a single real
element. Wrapping the button ternary in <>...</> made the child a
Fragment instance itself, which @headlessui/react v2 rejects with
"Passing props on Fragment!" at runtime. Dropping the wrapper fixes
priority, estimate, intake-state, member, module, cycle, state, and
project dropdowns.
2026-08-27 14:54:18 +05:30
..
2026-08-16 23:36:30 +05:30