Skip to content

fix design issues

fix design issues #70

Triggered via push February 5, 2024 11:37
Status Success
Total duration 56s
Billable time 1m
Artifacts

lint.yml

on: push
Run linters
49s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters: src/app/manage/views/ManagePageContainer.tsx#L61
React Hook useMemo has missing dependencies: 'customFieldsValue' and 'profileData'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setOriginalProfileData' needs the current value of 'profileData'
Run linters: src/hoc/ContextUpdate.tsx#L22
React Hook useEffect has a missing dependency: 'appState'. Either include it or remove the dependency array
Run linters: src/hoc/ContextUpdate.tsx#L26
React Hook useEffect has a missing dependency: 'appState'. Either include it or remove the dependency array
Run linters: src/hoc/ContextUpdate.tsx#L30
React Hook useEffect has a missing dependency: 'appState'. Either include it or remove the dependency array
Run linters: src/hoc/ContextUpdate.tsx#L34
React Hook useEffect has a missing dependency: 'appState'. Either include it or remove the dependency array
Run linters: src/hoc/ToggleDecider.tsx#L19
React Hook useEffect has a missing dependency: 'appState'. Either include it or remove the dependency array