[feat] 마이, 후기검색 페이지 구현 #48
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/index.tsx#L22
Cannot find module './common/LevelCard/LevelCard' or its corresponding type declarations.
|
|
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'.
|