Skip to content

docs(storybook/header): add header nav link button #36

docs(storybook/header): add header nav link button

docs(storybook/header): add header nav link button #36

Triggered via push September 20, 2024 03:21
Status Failure
Total duration 37s
Artifacts

CI.yml

on: push
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
release (20): src/components/sections/home/hero/hero.tsx#L6
'BorderBeam' is defined but never used
release (20)
Process completed with exit code 1.
release (20): src/components/layout/header/header.tsx#L38
Do not nest components inside other components. Move it to the top level
release (20): src/components/shadcn/ui/button/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
release (20): src/components/twilight/button/button.tsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
release (20): src/components/twilight/shine-pulse/shine-pulse.tsx#L19
Missing @param "borderRadius.borderRadius"
release (20): src/components/twilight/shine-pulse/shine-pulse.tsx#L19
Missing @param "borderRadius.borderWidth"
release (20): src/components/twilight/shine-pulse/shine-pulse.tsx#L19
Missing @param "borderRadius.duration"
release (20): src/components/twilight/shine-pulse/shine-pulse.tsx#L19
Missing @param "borderRadius.className"
release (20): src/components/twilight/shine-pulse/shine-pulse.tsx#L19
Missing @param "borderRadius.children"
release (20): src/components/twilight/sparkles-text/sparkles-text.tsx#L107
React Hook useEffect has a missing dependency: 'sparklesCount'. Either include it or remove the dependency array