Andreas Du Rietz
Results
2
comments of
Andreas Du Rietz
Yep, same here. You can get around it by defining the submit function outside the component like this: ``` const handleSubmit = (values) => console.log(values) const App = () =>...
Been trying to migrate a nextjs app on Vercel to use dotenvx. First problem. `@dotenvx/dotenvx` uses things that are not compatible with an edgde runtime (reading .env files from file...