Unable to get Transition component to work. #1353
-
I copy the tailwindui component over verbatim and install the dependencies and anything that is wrapped in a Transition component doesn't work. I'm running a new project with React 18.0.0. Here is a sample of what I've tried:
|
Beta Was this translation helpful? Give feedback.
Answered by
RobinMalfait
Apr 21, 2022
Replies: 1 comment 1 reply
-
Hey! Thank you for your bug report! This is related to React 18, install the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maninacan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Thank you for your bug report!
Much appreciated! 🙏
This is related to React 18, install the
insiders
build which should fix things for you. More information: #681