Gitops GitHub create wizard #57
Annotations
5 warnings
Run npm run lint:
source/commands/gitops/create/github.tsx#L94
React Hook useEffect has a missing dependency: 'options.key'. Either include it or remove the dependency array. If 'setApiKey' needs the current value of 'options.key', you can also switch to useReducer instead of useState and read 'options.key' in the reducer
|
Run npm run lint:
source/components/gitops/Activate.tsx#L57
React Hook useEffect has missing dependencies: 'accessToken', 'config', 'onError', and 'projectKey'. Either include them or remove the dependency array. If 'onError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
source/components/gitops/PolicyName.tsx#L39
React Hook useEffect has missing dependencies: 'accessToken' and 'projectName'. Either include them or remove the dependency array
|
Run npm run lint:
source/components/gitops/SelectProject.tsx#L21
'_' is assigned a value but never used
|
Run npm run lint:
source/components/gitops/SelectProject.tsx#L37
React Hook useEffect has missing dependencies: 'accessToken' and 'onError'. Either include them or remove the dependency array. If 'onError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading