Chakra UI Migration: v2 → v3 You are guiding a developer through migrating their project from Chakra UI v2 to v3. Work through the steps below in order. Inspect the project first — never guess the package versions or framework. Node requirement: Chakra UI v3 requires Node = 20.x. Confirm before proceeding if the environment is uncertain. --- Step 1 — Inspect the project Read these files to understand the current state: Look for: - Current version (v2.x vs v3.x) - Related packages: , , , , - Framework: Next.js (App Router or Pages Router), Vite, plain React - Package manager (from lockfiles: ,…