Skip to content

add optimistic update for edit contributions and profile #471

add optimistic update for edit contributions and profile

add optimistic update for edit contributions and profile #471

Triggered via pull request August 9, 2024 07:04
Status Success
Total duration 1m 54s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 10 notices
lint/correctness/useExhaustiveDependencies: src/hooks/useClearUrlQuery.ts#L8
This hook does not specify all of its dependencies: router.asPath.includes
lint/correctness/useExhaustiveDependencies: src/hooks/useClearUrlQuery.ts#L8
This hook does not specify all of its dependencies: router.query
lint/correctness/useExhaustiveDependencies: src/hooks/useClearUrlQuery.ts#L8
This hook does not specify all of its dependencies: router.replace
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 uses Node.js version which is deprecated 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/style/noDefaultExport: src/theme/colors.ts#L237
Avoid default exports.
lint/style/noDefaultExport: src/hooks/useNftBalance.ts#L26
Avoid default exports.
lint/style/noDefaultExport: src/theme/styles.ts#L133
Avoid default exports.
lint/style/noDefaultExport: src/theme/components/link.ts#L17
Avoid default exports.
lint/style/noDefaultExport: src/hooks/useClearUrlQuery.ts#L22
Avoid default exports.
lint/style/noDefaultExport: src/hooks/useToken.ts#L67
Avoid default exports.
lint/style/noDefaultExport: src/theme/components/table.ts#L54
Avoid default exports.
lint/style/noDefaultExport: src/hooks/useIsStuck.ts#L47
Avoid default exports.