Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 typescript 构建一个带有 nextjs 和 chakra UI 的 Web 应用程序。我使用反应钩子表单进行表单验证,但是当我将它部署在 vercel 上时它会导致问题。查看图像以查看错误消息。
我正在使用 next.js 并部署到 vercel 并且刚刚遇到此错误,阅读并发现如果您使用 RHF v7,您应该拥有 TS 4.1 及更高版本,我将 typescript 升级到最新并且错误消失了。