feat / style : 게시판 생성 및 참여자 초대 api 연결 #109
Annotations
9 errors
build:
src/components/board/Header.tsx#L32
Type '{ isOpen: boolean; onClose: () => void; }' is not assignable to type 'IntrinsicAttributes & BoardModalProps'.
|
build:
src/components/board/Header.tsx#L36
Type '{ isOpen: boolean; onClose: () => void; }' is not assignable to type 'IntrinsicAttributes & BoardModalProps'.
|
build:
src/components/board/Header.tsx#L40
Type '{ isOpen: boolean; onClose: () => void; }' is not assignable to type 'IntrinsicAttributes & BoardModalProps'.
|
build:
src/components/modals/AddPostModal/index.tsx#L15
Property 'isOpen' does not exist on type 'BoardModalProps'.
|
build:
src/components/modals/DeleteBoardModal/index.tsx#L14
Property 'isOpen' does not exist on type 'BoardModalProps'.
|
build:
src/components/modals/DeletePostModal/index.tsx#L14
Property 'isOpen' does not exist on type 'BoardModalProps'.
|
build:
src/components/modals/EditBoardModal/index.tsx#L18
Property 'isOpen' does not exist on type 'BoardModalProps'.
|
build:
src/components/modals/EditPostModal/index.tsx#L15
Property 'isOpen' does not exist on type 'BoardModalProps'.
|
build
Process completed with exit code 2.
|