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

Compiled with warnings #13

Open
SebCanet opened this issue Nov 27, 2021 · 1 comment
Open

Compiled with warnings #13

SebCanet opened this issue Nov 27, 2021 · 1 comment

Comments

@SebCanet
Copy link
Contributor

Hi, I have this message running server:
./src/containers/service_registry/ServiceRegistry.js
Line 15:8: 'ClearIcon' is defined but never used no-unused-vars
Line 16:8: 'SearchIcon' is defined but never used no-unused-vars
Line 18:8: '_' is defined but never used no-unused-vars

./src/actions/eventHandler.js
Line 18:10: 'receiveEventHandlerSystems' is defined but never used no-unused-vars

./src/components/ImportExport/ImportExport.js
Line 260:11: 'result' is assigned a value but never used no-unused-vars
Line 291:41: Expected to return a value in arrow function array-callback-return

./src/reducers/auth.js
Line 3:3: 'RECEIVE_AUTH_SERVICES' is defined but never used no-unused-vars
Line 4:3: 'RECEIVE_AUTH_SYSTEMS' is defined but never used no-unused-vars
Line 6:3: 'RECEIVE_CLOUD_DATA' is defined but never used no-unused-vars

./src/routes/dashboardRoutes.js
Line 6:8: 'EventNote' is defined but never used no-unused-vars
Line 8:8: 'Assignment' is defined but never used no-unused-vars
Line 14:8: 'OrchestratorStatus' is defined but never used no-unused-vars
Line 19:8: 'EventHandlerPage' is defined but never used no-unused-vars
Line 20:8: 'Choreographer' is defined but never used no-unused-vars

./src/components/Modals/ModalTypes/OrchStoreDialog.js
Line 8:8: 'AutoComplete' is defined but never used no-unused-vars

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

Should it be fixed?

@tsvetlin
Copy link
Contributor

These are warnings, if you wish to fix them feel free.

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