Replies: 1 comment 1 reply
|
Unfortunately not! But this is being resolved in TS 5.1 I think. |
1 reply
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.
in next js, rendering an async server component results in the type error:
SomeComponent cannot be used as a JSX component.
Its return type 'Promise' is not a valid JSX element.
is there any way we can solve it using ts-reset?
All reactions