Which package is affected?
Headless Kit
Describe the bug
Adding flex to Collapsible.Content component prevents the
Object.assign(clone.style, {
overflow: 'visible',
height: 'auto',
maxHeight: 'none',
opacity: '0',
visibility: 'hidden',
display: 'block',
});
in use-collapsible.tsx from being applied
Reproduction
🙅♂️
Steps to reproduce
add flextailwind class to Hero example component
System Info
Additional Information
No response
Which package is affected?
Headless Kit
Describe the bug
Adding flex to Collapsible.Content component prevents the
in
use-collapsible.tsxfrom being appliedReproduction
🙅♂️
Steps to reproduce
add
flextailwind class to Hero example componentSystem Info
Additional Information
No response