Warning: Only plain objects can be passed to Client Components from Server Components. Objects with toJSON methods are not supported. Convert it manually to a simple value before passing it to props.
{_id: {}, title: ..., content: ...}
id 안의 값을 더 간단하게 변환해서 넘기라는 것 같은데
영상에서는 이러한 것이 없더라고요. 왜 이런 경고가 나오는 건가요?
근데 문제는 이렇게 넘겨줘도 실행은 잘됨 ;;
경고 글씨는 무시해도 되긴 하지만 굉장히 거슬리네요. 이유가 뭔지 알 수 있을까요?