Skip to content

feat: IconButton component & stories #791

feat: IconButton component & stories

feat: IconButton component & stories #791

Triggered via pull request September 18, 2024 08:55
Status Success
Total duration 2m 1s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 10 notices
lint/style/noDefaultExport: src/app/(marketing)/layout.tsx#L8
Avoid default exports.
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/create-profile/(onboarding)/_components/PurchasePass.tsx#L18
This hook does not specify all of its dependencies: dispatchAction
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ActivityChart.tsx#L80
This hook does not specify all of its dependencies: data.length
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ActivityChart.tsx#L80
This hook does not specify all of its dependencies: data.map
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ActivityChart.tsx#L90
This hook does not specify all of its dependencies: data.map
lint/correctness/useExhaustiveDependencies: src/v2/hooks/useOauthPopupWindow.ts#L118
This hook does not specify all of its dependencies: toast
lint/correctness/useExhaustiveDependencies: src/v2/components/ui/hooks/useToast.ts#L172
This hook specifies more dependencies than necessary: state
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ProfileOwnerGuard.tsx#L10
This hook does not specify all of its dependencies: profile.userId
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ProfileOwnerGuard.tsx#L10
This hook does not specify all of its dependencies: profile?.userId
lint/correctness/useExhaustiveDependencies: src/app/explorer/_components/GuildSearchBar.tsx#L27
This hook does not specify all of its dependencies: pathname
lint/correctness/useExhaustiveDependencies: src/app/explorer/_components/GuildSearchBar.tsx#L27
This hook does not specify all of its dependencies: router.push
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/