[feat] 마이, 후기검색 페이지 구현 #51
Annotations
10 errors
|
build:
src/pages/my/MySetting.tsx#L13
Expected 2 arguments, but got 1.
|
|
build:
src/pages/my/CinemaChoice.tsx#L70
Type 'string' is not assignable to type 'ToggleOption'.
|
|
build:
src/pages/my/CinemaChoice.tsx#L70
Type 'string' is not assignable to type 'ToggleOption'.
|
|
build:
src/pages/my/CinemaChoice.tsx#L27
Argument of type '"Dolby Cinema"' is not assignable to parameter of type 'CinemaFormat | (() => CinemaFormat)'.
|
|
build:
src/pages/my/CinemaChoice.tsx#L19
Object literal may only specify known properties, and ''Dolby Cinema'' does not exist in type 'Record<CinemaFormat, string[]>'.
|
|
build:
src/pages/my/CinemaChoice.tsx#L1
'React' is declared but its value is never read.
|
|
build:
src/components/examples/HeaderExamples.tsx#L1
Module '"/home/runner/work/SEEAT-FE/SEEAT-FE/src/components/common/Header/Header"' has no default export. Did you mean to use 'import { Header } from "/home/runner/work/SEEAT-FE/SEEAT-FE/src/components/common/Header/Header"' instead?
|
|
build:
src/components/common/Textarea/TextareaBasic.tsx#L43
Cannot find name 'maxLength'. Did you mean 'length'?
|
|
build:
src/components/common/Textarea/TextareaBasic.tsx#L42
Cannot find name 'placeholder'.
|
|
build:
src/components/common/Textarea/TextareaBasic.tsx#L37
Cannot find name 'title'.
|