skip to Main Content

Javascript – Uncaught TypeError: sys is undefined when using Chakra UI with Vite

I'm getting these errors when trying to integrate Chakra UI into my React application using Vite. Uncaught TypeError: sys is undefined ChakraProvider provider.js:15 The above error occurred in the <ChakraProvider> component: ChakraProvider@https://localhost:5173/node_modules/.vite/deps/@chakra-ui_react.js?v=b3e29175:2973:36 This is my App.jsx, error only occurs once…

VIEW QUESTION
Back To Top
Search