Skip to content

feat: Toast component with Sonner #974

feat: Toast component with Sonner

feat: Toast component with Sonner #974

Triggered via pull request November 25, 2024 14:30
Status Success
Total duration 1m 25s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 1 notice
lint/style/noNonNullAssertion: src/components/SignInDialog.tsx#L100
Forbidden non-null assertion.
lint/style/noNonNullAssertion: src/components/SignInDialog.tsx#L123
Forbidden non-null assertion.
lint/correctness/useExhaustiveDependencies: src/hooks/useIsStuck.ts#L21
This hook does not specify all of its dependencies: setIsStuckActive
lint/correctness/useExhaustiveDependencies: src/hooks/useIsStuck.ts#L21
This hook specifies more dependencies than necessary: ref
type
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint/suspicious/noArrayIndexKey: src/app/explorer/page.tsx#L130
Avoid using the index of an array as key property in an element.