I\'m using React and Typescript, using class components. My props type looks like this:
type Props = { children?: React.ReactNodeArray; }
and