Nesting a server component inside a client component that has `PropTypes.node` defined for its `children` results in a warning: ``` Warning: Failed prop type: Invalid prop `children` supplied to `WithPropTypes`, expected a ReactNode. ``` Reproduction: https://stackblitz.com/edit/stackblitz-starters-tn6djg?file=app%2Fpage.tsx
Nesting a server component inside a client component that has
PropTypes.nodedefined for itschildrenresults in a warning:Reproduction: https://stackblitz.com/edit/stackblitz-starters-tn6djg?file=app%2Fpage.tsx