Pass children as JSX children instead of as an attribute. ### Invalid: ```tsx
, ]} /> ``` ### Valid: ```tsx
foo
```