We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
> rm -rf ./.next && next build ▲ Next.js 14.2.4 - Environments: .env Creating an optimized production build ... Failed to compile. ./node_modules/.pnpm/@[email protected][email protected][email protected]_/node_modules/@hookform/resolvers/valibot/dist/valibot.mjs Attempted import error: 'getDotPath' is not exported from 'valibot' (imported as 'o'). Import trace for requested module: ./node_modules/.pnpm/@[email protected][email protected][email protected]_/node_modules/@hookform/resolvers/valibot/dist/valibot.mjs ./src/components/invoices/InvoiceForm.tsx > Build failed because of webpack errors ELIFECYCLE Command failed with exit code 1.
getting that error when building next app, using [email protected], [email protected]
To Reproduce Steps to reproduce the behavior:
Codesandbox link (Required) Include a codesandbox will help us to investigate the issue quicker.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
+1 bumping for visibility
Sorry, something went wrong.
same issue
when i start the project
If you update to version 0.31.0 of valibot, the issue will be resolved.
@statusunknown418 Can you provide a Codesandbox reproducing the issue? Or confirm if updating to 0.31.0 resolves it for you?
No branches or pull requests
Describe the bug
getting that error when building next app, using [email protected], [email protected]
To Reproduce
Steps to reproduce the behavior:
Codesandbox link (Required)
Include a codesandbox will help us to investigate the issue quicker.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: