error.mutate-props.js5 lines
mainRaw
function Foo(props) {
  props.test = 1;
  return null;
}
Loading syntax highlighting…