diff --git a/blog/react/make-select.mdx b/blog/react/make-select.mdx index 506b845..a5ab7f2 100644 --- a/blog/react/make-select.mdx +++ b/blog/react/make-select.mdx @@ -647,6 +647,16 @@ function Select({ children, defaultValue = '', placeholder = '' }) { 이제 select안에 option들을 채워 넣으면 됩니다. 이 때 SlotGroup을 사용한 경우를 고려해야합니다. 이 경우 ``으로 묶어주어야 하기 때문이죠. +:::info Q&A + +Q: SlotGroup 안에 SlotGroup이 중첩될 수 있나요? + +A: 아니요. `