Skip to content

[EXTENSION] 배포 테스트 #10

[EXTENSION] 배포 테스트

[EXTENSION] 배포 테스트 #10

Triggered via pull request September 14, 2025 08:54
@gs0428gs0428
closed #11
dev
Status Failure
Total duration 45s
Artifacts

deploy-extension.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 128.
build: apps/web/src/components/sentinel-spinner.tsx#L39
The ref value 'sentinelRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'sentinelRef.current' to a variable inside the effect, and use that variable in the cleanup function
build: apps/web/src/components/(with-side-bar)/library/breadcrumb.tsx#L13
'_' is assigned a value but never used
build: apps/web/src/app/layout.tsx#L56
Custom fonts not added in `pages/_document.js` will only load for a single page. This is discouraged. See: https://nextjs.org/docs/messages/no-page-custom-font
build: apps/extension/src/utils/cookie.ts#L41
'error' is defined but never used
build: apps/extension/src/pages/create-content.tsx#L108
React Hook useEffect has missing dependencies: 'defaultValues' and 'reset'. Either include them or remove the dependency array
build: apps/extension/src/hooks/use-detect-path.ts#L61
React Hook useEffect has missing dependencies: 'navigate' and 'setIsFindingExistPath'. Either include them or remove the dependency array
build: apps/extension/src/hooks/use-detect-path.ts#L42
React Hook useEffect has missing dependencies: 'setCurrentTab' and 'setIsFindingExistPath'. Either include them or remove the dependency array
build: apps/extension/src/hooks/use-check-token.ts#L41
React Hook useEffect has a missing dependency: 'setContents'. Either include it or remove the dependency array
build: apps/extension/src/hooks/use-check-token.ts#L31
React Hook useEffect has missing dependencies: 'navigate' and 'setIsLoggedIn'. Either include them or remove the dependency array
build: apps/extension/src/components/ui/button.tsx#L55
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components