Replies: 2 comments 2 replies
-
Have you checked out these next.js docs yet? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have created a fix. @ben-rogerson can you please approve ben-rogerson/twin.examples#105. The fix provides better types for
@ben-rogerson Would it be ok to add this for Typescript support please? |
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
-
Is there any specific config for _document.tsx?
I faced this issue:
Property 'ids' does not exist on type 'Readonly<RenderPageResult & { styles?: ReactFragment | ReactElement<any, string | JSXElementConstructor<any>>[]; } & { ...; }> & Readonly<...>'.
and
Property 'css' does not exist on type 'Readonly<RenderPageResult & { styles?: ReactFragment | ReactElement<any, string | JSXElementConstructor<any>>[]; } & { ...; }> & Readonly<...>'.ts(2339)
Beta Was this translation helpful? Give feedback.
All reactions