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

UX Regression - In CreateInvoice page when we submit with missing fields, the other fields are cleared. #751

Open
couhajjou opened this issue Jun 18, 2024 · 0 comments

Comments

@couhajjou
Copy link

This happens with this version

"next": "15.0.0-rc.0",
"react": "19.0.0-rc-6230622a1a-20240610",
"react-dom": "19.0.0-rc-6230622a1a-20240610",

But it is working fine with

"next": "^14",
"react": "^18",
"react-dom": "^18",

Workaround:

  • delete node_modules
  • update package.json with next 14 and react 18
  • pnpm i

It should work

@couhajjou couhajjou changed the title Bad DX - In CreateInvoice page when we submit with missing fields, the other fields are cleared. Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant