Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
VENUCHANAPATHIGIT opened this issue Jun 24, 2023 · 1 comment

Comments

@VENUCHANAPATHIGIT
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants