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
Describe the bug
In Pocket template, Primary Features block in downloaded repo behave differently compared to https://pocket.tailwindui.com/.
If you select anything but the first tab, it will render span as if only one Tab.Panel was present and was not selected. But in the live version AnimatePresence animates enter and exit as expected and at the end of the transition the only div is always the one we selected, despite being the only one.
To Reproduce
Steps to reproduce the behavior:
Download the latest zip archive with the repo
Start the dev server
Change tabs in Primary Features section
Expected behavior
Downloaded repo should behave exactly like on the website
Screencasts
correct_behaviour.mp4wrong_behaviour.mp4
Browser/Device (if applicable)
OS: Linux Mint 20.3
Browser: Brave
Version: 1.43.93 (chromium 105)
The text was updated successfully, but these errors were encountered:
Describe the bug
In Pocket template, Primary Features block in downloaded repo behave differently compared to https://pocket.tailwindui.com/.
If you select anything but the first tab, it will render
span
as if only oneTab.Panel
was present and was not selected. But in the live versionAnimatePresence
animates enter and exit as expected and at the end of the transition the onlydiv
is always the one we selected, despite being the only one.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Downloaded repo should behave exactly like on the website
Screencasts
correct_behaviour.mp4
wrong_behaviour.mp4
Browser/Device (if applicable)
The text was updated successfully, but these errors were encountered: