중복선택 버튼 컴포넌트 (체크박스) 작성 #78
Annotations
10 errors and 1 warning
build:
src/component/common/CheckBox/CheckBox.tsx#L5
Cannot find module '@/store/context/CheckBoxContext' or its corresponding type declarations.
|
build:
src/component/common/CheckBox/CheckBox.tsx#L15
Property 'isChecked' does not exist on type '{}'.
|
build:
src/component/common/CheckBox/CheckBox.tsx#L35
Property 'onChange' does not exist on type '{}'.
|
build:
src/component/common/CheckBox/CheckBox.tsx#L35
Property 'onChange' does not exist on type '{}'.
|
build:
src/component/common/RadioButton/Radio.tsx#L5
Cannot find module '@/store/context/RadioContext' or its corresponding type declarations.
|
build:
src/component/common/RadioButton/Radio.tsx#L15
Property 'isChecked' does not exist on type '{}'.
|
build:
src/component/common/RadioButton/Radio.tsx#L32
Property 'radioName' does not exist on type '{}'.
|
build:
src/component/common/RadioButton/Radio.tsx#L36
Property 'onChange' does not exist on type '{}'.
|
build:
src/component/common/RadioButton/Radio.tsx#L36
Property 'onChange' does not exist on type '{}'.
|
build
Process completed with exit code 1.
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|