fixup #12
Annotations
7 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L69
React Hook useMemo has a missing dependency: 'defaultValue'. Either include it or remove the dependency array
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L92
React Hook useEffect has a missing dependency: 'name'. Either include it or remove the dependency array
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/user-profile/UserProfileFields.tsx#L191
React Hook useMemo has a missing dependency: 'value'. Either include it or remove the dependency array
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/utils/useStorageItem.ts#L23
React Hook useCallback has missing dependencies: 'keyName' and 'storageArea'. Either include them or remove the dependency array
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/utils/useStorageItem.ts#L48
React Hook useEffect has a missing dependency: 'defaultValue'. Either include it or remove the dependency array. If 'setInnerValue' needs the current value of 'defaultValue', you can also switch to useReducer instead of useState and read 'defaultValue' in the reducer
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/utils/useStoredState.ts#L34
React Hook useCallback has a missing dependency: 'setStoredValue'. Either include it or remove the dependency array
|
Loading