function Component(props) { let x = []; x.push(props.p0); let y = x; x = []; let _ = ; y.push(props.p1); return ; }