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
Using NextJS trying to implement one of the tailwind sidebars. I have state (isOpen and setIsOpen) being passed in from _app. Transitions weren't working at all until I added appear={true}. However now only the enter transitions work. The leave transitions don't work at all. What am I doing wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using NextJS trying to implement one of the tailwind sidebars. I have state (isOpen and setIsOpen) being passed in from _app. Transitions weren't working at all until I added appear={true}. However now only the enter transitions work. The leave transitions don't work at all. What am I doing wrong?
##########################################
##########################################
Beta Was this translation helpful? Give feedback.
All reactions