리액트 오류:
Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.Check the render method of `Field`.
Check the render method of `Field`
그런데 아무리 살펴봐도 나는 'Field' 라는 것을 쓰거나, 오타가 난것도 없었다.
문제는 CKEditor import부분이었다
CKEditor를 { } 괄호로 감싸주니 해결되었다.
변경 후
import {CKEditor} from '@ckeditor/ckeditor5-react';
'React' 카테고리의 다른 글
localhost에 https 인증서 설치하기 - 리액트 mkcert chocolatey 설치 (0) | 2024.07.09 |
---|---|
useInfiniteQuery 사용하기 (1) | 2023.10.11 |
Formdata에 array를 string으로 넣기 (0) | 2022.12.06 |
tailwind font 폰트 테마 설정하기 (0) | 2022.07.27 |
nextjs tailwind sass 함께 쓰기 (0) | 2022.07.07 |