Error with Transition.Child #1464
Unanswered
charlesoestergaard
asked this question in
Help
Replies: 1 comment
-
Fixed with running npm install @headlessui/react@latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following error when useing Transition.Child
Framework: NextJS
CSS Library: TailwindCSS
Unhandled Runtime Error
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of
TransitionChild
.My Code
Beta Was this translation helpful? Give feedback.
All reactions