// @compilationMode(infer) function Component(props) { const [state, _] = null |> useState(%); return [state]; }