Reactjs – chakra-ui v3 doesn't work with vite and react
I am following this tutorial: Build and Deploy an Instagram Clone with React and Firebase – Tutorial Which uses the package.json: { "name": "vite-project", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .",…