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 6. Implement login UI
The above step seems to be breaking now.
To Reproduce Steps to reproduce the behavior:
'useForm' is not exported from 'react-hook-form' (imported as 'useForm')
Expected behavior I expect to be able to follow along with a tutorial without it breaking.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context One option for a simple fix is to "use client" and not export metadata from layout.tsx: react-hook-form/react-hook-form#11284
"use client"
layout.tsx
However, I feel like that is getting away from part of why people might be interested in using NextJS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
6. Implement login UI
The above step seems to be breaking now.
To Reproduce
Steps to reproduce the behavior:
'useForm' is not exported from 'react-hook-form' (imported as 'useForm')
Expected behavior
I expect to be able to follow along with a tutorial without it breaking.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
One option for a simple fix is to
"use client"
and not export metadata fromlayout.tsx
: react-hook-form/react-hook-form#11284However, I feel like that is getting away from part of why people might be interested in using NextJS.
The text was updated successfully, but these errors were encountered: