Strange warnings with nextui-org/react
Unanswered
Naeemgg posted this in #help-forum
NaeemggOP
Please take a look at the attached image, I tried with npm and pnpm but still getting these warnings, below is my package.json
Its coming in both dev and prod
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"framer-motion": "^10.16.4",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}Its coming in both dev and prod