Replies: 1 comment 2 replies
-
The solution is right there in the error: Combobox doesn't support SSR as it has useEffect as a dependency. I'd just define your component with use client at the lowest level possible in your component tree. |
Beta Was this translation helpful? Give feedback.
2 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.
-
After upgrading to next.js 13 with the new
app
directory. I got this error.Error in terminal
Error in localhost
if i typed
"use client"
atapp/page.jsx
it works fine, but that removes the serves-side rendering feature.any thought?
thank you.
Beta Was this translation helpful? Give feedback.
All reactions