You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell the biggest issue is the Transition component, all others seem to work as expected.
Going to close this as a duplicate of #681, but will be working on a fix for this. For now as a workaround, you should be able to remove StrictMode.
What package within Headless UI are you using?
@headlessui/react
along withnext.js
,typescript
, andtailwindcss
What version of that package are you using?
v1.5.0
What browser are you using?
Edge build with Chromium
Reproduction URL
Repository: https://github.com/gearintellix/web-nextjs-example
Go to page
http://localhost:3000/test
Or create from scratch following step:
Update file
/tailwind.config.js
Append this into file
/styles/global.css
Last, pick example code from HeadlessUI where contains transition (eg. https://headlessui.dev/react/dialog)
Then run it
Describe your issue
In my case, dialog doesn't appear (I guess it because transition issue)
UPDATE:
It's only happen when using latest react and next
after I downgrade the next and react version into this:
It's will working fine
The text was updated successfully, but these errors were encountered: