This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
fix: Useを消去しないようにする #49
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
format_and_lint_pnpm.yml
on: pull_request
Format and Lint Code with pnpm
1m 14s
Annotations
8 warnings
Format and Lint Code with pnpm
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Format and Lint Code with pnpm:
app/hooks/useInterval.ts#L11
React Hook useEffect has a missing dependency: 'ms'. Either include it or remove the dependency array
|
Format and Lint Code with pnpm:
app/hooks/useNotification.ts#L59
React Hook useEffect has missing dependencies: 'currentAccount?.messageToken', 'submitSubscribe', and 'vapidServerKey'. Either include them or remove the dependency array
|
Format and Lint Code with pnpm:
app/hooks/useRequireAuth.ts#L17
React Hook useEffect has missing dependencies: 'navigate' and 'redirectTo'. Either include them or remove the dependency array
|
Format and Lint Code with pnpm:
app/routes/home.tsx#L59
React Hook useEffect has missing dependencies: 'submitUses' and 'uses'. Either include them or remove the dependency array
|
Format and Lint Code with pnpm:
app/routes/home.tsx#L105
Array.prototype.map() expects a value to be returned at the end of arrow function
|
Format and Lint Code with pnpm:
app/routes/signin.tsx#L22
React Hook useEffect has missing dependencies: 'navigate' and 'to'. Either include them or remove the dependency array
|
Format and Lint Code with pnpm:
app/routes/wash._index.tsx#L47
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|