I can't make it work for react Vite project #205
ravioli158
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error: Expected
inputto be a
string, got
objectTypeError: Expected
inputto be a
string, got
objectat fb.exports (c:\Users\Ravi Rathore\.vscode\extensions\rvest.vs-code-prettier-eslint-5.1.0\dist\extension.js:7:7296) at c:\Users\Ravi Rathore\.vscode\extensions\rvest.vs-code-prettier-eslint-5.1.0\dist\extension.js:192:25 at zme (c:\Users\Ravi Rathore\.vscode\extensions\rvest.vs-code-prettier-eslint-5.1.0\dist\extension.js:185:1460)
"dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.55.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "prettier": "^3.2.2", "vite": "^5.0.8" }
Beta Was this translation helpful? Give feedback.
All reactions