I have the next component:
const Step: React.FC = ({ children }) => { console.log(children.length) // TS2533: Object is possibly \'null\' or \'undefined\'.