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

feat(deps): update next to v15.1 #1105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marcalexiei
Copy link
Contributor

@marcalexiei marcalexiei commented Dec 17, 2024

Part of #1098.

I changed the order of the tasks.
Getting eslint@9 will be easier if we are using next@15.

I updated all next js dependencies using the official codemod.

When trying out the site I encountered a few non-blocking errors related to key prop management
in the following files:

  • src/components/FormFields.tsx (duplicate / missing key prop)
  • src/components/mdx/code.tsx (key prop should not be passed via spread operator)

I navigated a few pages and test the form builder running the site via pnpm run build and then pnpm run start.

Note

React has been update to v18.3.1.

Copy link

vercel bot commented Dec 17, 2024

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

Name Status Preview Comments Updated (UTC)
react-hook-form-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 2:03pm

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.

1 participant