Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to nextjs 14 #153

Closed
wants to merge 6 commits into from
Closed

upgrade to nextjs 14 #153

wants to merge 6 commits into from

Conversation

rithviknishad
Copy link
Member

@rithviknishad rithviknishad commented Dec 14, 2023

Reference: https://nextjs.org/docs/pages/building-your-application/upgrading/version-14

Thanks to "No New APIs"

Node.js version >= v18.17.0 is required.

image

Copy link

vercel bot commented Dec 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ayushma-fe ❌ Failed (Inspect) Dec 14, 2023 6:34pm

@Ashesh3
Copy link
Member

Ashesh3 commented Dec 14, 2023

@rithviknishad LGTM but deploy preview failed

<html>
<body>
<!--StartFragment-->
Failed to compile.
--
21:24:41.519 |  
21:24:41.519 | ./chatbot/src/main.tsx:33:13
21:24:41.519 | Type error: Argument of type 'Element' is not assignable to parameter of type 'ReactNode'.
21:24:41.519 |  
21:24:41.519 | 31 \|         const root = createRoot(rootElement);
21:24:41.519 | 32 \|         root.render(
21:24:41.519 | > 33 \|             <React.StrictMode>
21:24:41.519 | \|             ^
21:24:41.519 | 34 \|                 <Chatbot
21:24:41.519 | 35 \|                     position={this.position}
21:24:41.519 | 36 \|                     projectID={this.projectID}
21:24:41.643 | error Command failed with exit code 1.

<!--EndFragment-->
</body>
</html>

@rithviknishad
Copy link
Member Author

Closing in favour of #157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to latest Next js version
2 participants