**Describe the bug** [6. Implement login UI](https://docs.amplify.aws/nextjs/start/quickstart/nextjs-app-router-client-components/#6-implement-login-ui) The above step seems to be breaking now. **To Reproduce** Steps to reproduce the behavior: 1. When implementing the login UI 2. error: `'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):** - OS: Mac - Browser: Arc - Version: 1.78.1 **Smartphone (please complete the following information):** - N/A **Additional context** One option for a simple fix is to `"use client"` and not export metadata from `layout.tsx`: https://github.com/react-hook-form/react-hook-form/issues/11284