About 7,450,000 results
Open links in new tab
  1. ForwardRef error when using Icon in react +chakra u

    Jan 23, 2025 · My goal is to get this code (or some variation of it) to work in the latest version of Chakra UI. The app.tsx react file below runs but gives me a forwardRef() warning import { HStack, Icon } from ...

  2. Can't figure out how to configure Chakra-UI - Stack Overflow

    Nov 1, 2024 · The first example tries to import the named export Provider, which doesn't exist in @chakra-ui/react. The Second one is importing the default export (since its missing curly braces in …

  3. chakra-ui v3 doesn't work with vite and react - Stack Overflow

    Nov 27, 2024 · I also followed the documentation for upgrading chakra-ui from 2 to 3 as in the link As you may imagine, this involves npm uninstall/install of the packages including ui provider and also …

  4. ChakraUi/nodejs undefined (reading '_config') - Stack Overflow

    Nov 5, 2024 · Maybe the Chakra-ui haven't updated their Docs. I fixed it for a while. Below is my answer.

  5. How to implement tab and function of its on Next.js using Chakra UI

    Jan 27, 2025 · To meet your requirements, I have crafted a custom solution using framer-motion for smooth animations and Chakra UI components for styling. This approach closely matches the …

  6. How to customize background colors for dark & light mode in Chakra …

    Feb 7, 2025 · I'm using Chakra UI v3 + React for my UI and want to customize the background colors for both dark and light modes. I explored the Chakra UI docs and found information on tokens, semantic …

  7. Missing equivalent for FormLabel in Chakra UI v3 - Stack Overflow

    I've been migrating my projects from Chakra UI v2 to v3, following the Migration to v3 guide, but I'm unsure how to handle certain components that don't seem to have a direct equivalent in v3. For

  8. Hydration failed: Problem with NextJS (v15) and ChakraUI when using ...

    Oct 23, 2024 · 0 The Chakra documentation for Next.js explicitly mentions adding suppressHydrationWarning to the html tag in RootLayout. This solved the issue for me. Chakra UI …

  9. How can one test Chakra v3 UI Select in NextJS with Jest?

    Mar 28, 2025 · I'm building a NextJS (react) app with Chakra UI (version 3). I'd like to write unit tests, but I don't know to handle the way Chakra UI v3 handles select. Here's a sample test app: 'use client';

  10. Newest 'chakra-ui' Questions - Stack Overflow

    I'm using Chakra UI v3 + React for my UI and want to customize the background colors for both dark and light modes. I explored the Chakra UI docs and found information on tokens, semantic tokens, …