Frank Cary Viveros

Results 1 comments of Frank Cary Viveros

it worked for me: package.json ``` "dependencies": { "@ant-design/icons": "^4.7.0", "@ant-design/pro-layout": "^7.1.8", "@types/antd": "^1.0.0", "antd": "^4.23.5", "react": "^18.2.0", "react-dom": "^18.2.0", "swr": "2.0.0-rc.0" }, ``` vite.config.ts ``` import { defineConfig }...