conductor
conductor copied to clipboard
Error in UI
Describe the bug In the latest version on the UI 3.13.5 the following error occurs
[eslint] conductor-ui | src/components/formik/FormikVersionDropdown.jsx conductor-ui | Line 26:5: Definition for rule 'react-hooks/exhaustive-deps' was not found react-hooks/exhaustive-deps conductor-ui | conductor-ui | Search for the keywords to learn more about each error. conductor-ui | ERROR in [eslint] conductor-ui | src/components/formik/FormikVersionDropdown.jsx conductor-ui | Line 26:5: Definition for rule 'react-hooks/exhaustive-deps' was not found react-hooks/exhaustive-deps conductor-ui |
This is based on some new linting rule
Creating an .eslintrc file with the following on the root of the UI folder solves this issue
{ "plugins": ["react", "react-hooks",] }