Gitops GitHub create wizard #57
Annotations
15 warnings
build (22.x):
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
|
build (22.x):
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
|
build (22.x):
source/components/gitops/PolicyName.tsx#L39
React Hook useEffect has missing dependencies: 'accessToken' and 'projectName'. Either include them or remove the dependency array
|
build (22.x):
source/components/gitops/SelectProject.tsx#L21
'_' is assigned a value but never used
|
build (22.x):
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
|
build (20.x):
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
|
build (20.x):
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
|
build (20.x):
source/components/gitops/PolicyName.tsx#L39
React Hook useEffect has missing dependencies: 'accessToken' and 'projectName'. Either include them or remove the dependency array
|
build (20.x):
source/components/gitops/SelectProject.tsx#L21
'_' is assigned a value but never used
|
build (20.x):
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
|
build (18.x):
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
|
build (18.x):
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
|
build (18.x):
source/components/gitops/PolicyName.tsx#L39
React Hook useEffect has missing dependencies: 'accessToken' and 'projectName'. Either include them or remove the dependency array
|
build (18.x):
source/components/gitops/SelectProject.tsx#L21
'_' is assigned a value but never used
|
build (18.x):
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
|