function Component(props) { const x = []; debugger; props.value |> x.push(%); return x; }