preact
10.9.4+
requires double click or move pointer out of @headlessui/react
Tab
panel/button
#4296
Closed
1 task done
Labels
needs-more-info
The issue doesn't contain enough information to be able to help
Describe the bug
Using a controlled
<Tab>
component from@headlessui/react
works as expected onpreact
10.19.3
, but on10.9.4 - 10.9.6
you have to either do an extra click somewhere in the browser, or, if using a pointer device, move it out of the tab list button, in order for the correct tab panel to be shown.(Even though there is a change in behavior when upgrading
preact
to10.9.4
, it could be that there is an underlying issue with@headlessui/react
that surfaced with10.9.4+
🤔 )To Reproduce
preact
10.9.4-10.9.6
and@headlessui/react": "^2.0.0-alpha.3
.react: "preact/compat"
.Observable in Firefox, Chrome and Safari.
Expected behavior
Same behavior as in
preact
10.9.3
.The text was updated successfully, but these errors were encountered: