Skip to content

fix: Update loader Compoment #10

fix: Update loader Compoment

fix: Update loader Compoment #10

Triggered via push February 14, 2025 13:28
Status Success
Total duration 55s
Artifacts

deploy.yml

on: push
build-and-deploy
45s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build-and-deploy: src/components/ui/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-deploy: src/components/ui/form.tsx#L169
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-deploy: src/hooks/use-fetch.tsx#L7
React Hook useCallback has a missing dependency: 'fetchData'. Either include it or remove the dependency array
build-and-deploy: src/hooks/use-theme.tsx#L66
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-deploy: src/hooks/use-toast.ts#L18
'actionTypes' is assigned a value but only used as a type. Allowed unused vars must match /^_/u