'ClerkProvider' cannot be used as a JSX component. #4413
Replies: 2 comments 2 replies
|
Hi @eunoyaid, I think u should Update the @clerk/nextjs Package with this command
|
0 replies
|
Upgrade the version of |
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.
always get error on my code layout
'ClerkProvider' cannot be used as a JSX component.
Its return type 'Promise<React.JSX.Element>' is not a valid JSX element.
Type 'Promise<React.JSX.Element>' is missing the following properties from type 'Element': type, props, keyts(2786)
All reactions