mayankagarwal09 / dev-portfolio

A fully customizable developer portfolio website made in react with dark mode support
https://dev-portfolio-mayankagarwal09.vercel.app
MIT License
255 stars 127 forks source link

Must use destructuring theme assignment react/destructuring-assignment #13

Open VENUCHANAPATHIGIT opened 1 year ago

VENUCHANAPATHIGIT commented 1 year ago

Hi ,

I followed the steps you shared in the repo. When I run npm start getting this error both on terminal and webpage. Failed to compile.

src\components\Education.jsx Line 57:28: Must use destructuring theme assignment react/destructuring-assignment Line 58:30: Must use destructuring theme assignment react/destructuring-assignment Line 59:32: Must use destructuring theme assignment react/destructuring-assignment Line 60:34: Must use destructuring theme assignment react/destructuring-assignment Line 61:31: Must use destructuring theme assignment react/destructuring-assignment

src\components\Experience.jsx Line 56:28: Must use destructuring theme assignment react/destructuring-assignment Line 63:53: Must use destructuring theme assignment react/destructuring-assignment Line 65:52: Must use destructuring theme assignment react/destructuring-assignment Line 71:70: Must use destructuring theme assignment react/destructuring-assignment

src\components\Projects.jsx Line 54:28: Must use destructuring theme assignment react/destructuring-assignment

src\components\Social.jsx Line 35:20: Must use destructuring theme assignment react/destructuring-assignment

src\components\projects\ProjectCard.jsx Line 47:28: Must use destructuring theme assignment react/destructuring-assignment Line 48:24: Must use destructuring theme assignment react/destructuring-assignment Line 50:15: Must use destructuring theme assignment react/destructuring-assignment Line 65:37: Must use destructuring theme assignment react/destructuring-assignment Line 73:50: Must use destructuring theme assignment react/destructuring-assignment Line 78:21: Must use destructuring theme assignment react/destructuring-assignment Line 48:24: Must use destructuring theme assignment react/destructuring-assignment Line 50:15: Must use destructuring theme assignment react/destructuring-assignment Line 65:37: Must use destructuring theme assignment react/destructuring-assignment Line 73:50: Must use destructuring theme assignment react/destructuring-assignment Line 78:21: Must use destructuring theme assignment react/destructuring-assignment Failed to compile.

src\components\Education.jsx Line 57:28: Must use destructuring theme assignment react/destructuring-assignment Line 58:30: Must use destructuring theme assignment react/destructuring-assignment Line 59:32: Must use destructuring theme assignment react/destructuring-assignment Line 60:34: Must use destructuring theme assignment react/destructuring-assignment Line 61:31: Must use destructuring theme assignment react/destructuring-assignment

src\components\Experience.jsx Line 56:28: Must use destructuring theme assignment react/destructuring-assignment Line 63:53: Must use destructuring theme assignment react/destructuring-assignment Line 65:52: Must use destructuring theme assignment react/destructuring-assignment Line 71:70: Must use destructuring theme assignment react/destructuring-assignment

src\components\Projects.jsx Line 54:28: Must use destructuring theme assignment react/destructuring-assignment

src\components\Social.jsx Line 35:20: Must use destructuring theme assignment react/destructuring-assignment

src\components\projects\ProjectCard.jsx Line 47:28: Must use destructuring theme assignment react/destructuring-assignment Line 48:24: Must use destructuring theme assignment react/destructuring-assignment Line 50:15: Must use destructuring theme assignment react/destructuring-assignment Line 65:37: Must use destructuring theme assignment react/destructuring-assignment Line 73:50: Must use destructuring theme assignment react/destructuring-assignment Line 78:21: Must use destructuring theme assignment react/destructuring-assignment Line 79:23: Must use destructuring theme assignment react/destructuring-assignment

Search for the keywords to learn more about each error.

Please help

mayankagarwal09 commented 7 months ago

looks like eslint errors. not sure why are you getting this. try running npx eslint --fix <filename.jsx> on files. if this does not work, check documentation to disable react/destructuring-assignment eslint rule.