Export useForm doesn‘t exist in target module
NextJS 使用 React Hook Form 时报错:
Export useForm doesn't exist in target module
解决方法:
文件顶部增加 'use client' 标记为 客户端组件
NextJS 使用 React Hook Form 时报错:
Export useForm doesn't exist in target module
解决方法:
文件顶部增加 'use client' 标记为 客户端组件