172 character count resets to 0 low priority #44
Annotations
7 warnings
Check linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check linting:
packages/berlin/src/pages/Register.tsx#L200
Unexpected any. Specify a different type
|
Check linting:
packages/berlin/src/pages/Register.tsx#L262
React Hook useEffect has a missing dependency: 'props.value.length'. Either include it or remove the dependency array. If 'setCharCount' needs the current value of 'props.value.length', you can also switch to useReducer instead of useState and read 'props.value.length' in the reducer
|
Check linting:
packages/berlin/src/pages/Register.tsx#L327
React Hook useEffect has a missing dependency: 'props.value.length'. Either include it or remove the dependency array. If 'setCharCount' needs the current value of 'props.value.length', you can also switch to useReducer instead of useState and read 'props.value.length' in the reducer
|
Check linting:
packages/berlin/src/pages/Register.tsx#L384
Unexpected any. Specify a different type
|
Check linting:
packages/core/src/pages/Results.tsx#L69
The following dependencies are missing in your queryKey: cycle?.forumQuestions[0].id
|
Check linting:
packages/core/src/pages/Vote.tsx#L48
The following dependencies are missing in your queryKey: user?.id
|