[FE/CLI] 파일 관리 인라인 UX 고도화 및 시스템 전반 인터페이스 현대화 #348
Merged
Annotations
10 warnings
|
Lint:
apps/client/src/contexts/ProviderAPI.tsx#L27
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
|
Lint:
packages/ui/src/components/radix/sonner.tsx#L10
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
packages/ui/src/components/primitives/badge.tsx#L52
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
packages/ui/src/components/base/tabs.tsx#L93
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
packages/ui/src/components/base/combobox.tsx#L301
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
packages/ui/src/components/base/button.tsx#L58
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
packages/ui/src/components/base/button-group.tsx#L86
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
apps/server/src/modules/room/room.service.spec.ts#L54
Unsafe return of a value of type `any`
|
|
Lint:
apps/server/src/modules/room/room.service.spec.ts#L23
Unsafe return of a value of type `any`
|
|
Lint:
apps/server/src/modules/collaboration/collaboration.gateway.ts#L234
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Loading