301 | {(props.type === "no submit") &&
Value: {JSON.stringify(value)}
}
302 | {(props.type === "submit") &&
Value: {JSON.stringify(valueSubmit)}
}
303 | {props.type === "selector" &&
Value: {JSON.stringify(valueSel)}
}
304 | {props.type === "paged" &&
Value: {JSON.stringify(valuePaged)}
}
305 | {(props.type === "no submit" || props.type === "selector") &&
Errors: {JSON.stringify(errors)}
}
306 |
Path: {path}
307 |
Focus: {focus}
308 |
309 | >
310 | );
311 | }
312 |
313 | class App extends Component {
314 | render() {
315 | return (
316 |