Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
data ? data.map((child, index) => {
const generatedUi = generateDefaultUISchema(resolvedSchema, 'HorizontalLayout');
const childPath = compose(path, index + '');
return (
);
}) : <p>No data</p>
}
>
Add to root
}
<div>
<div>
{this.renderMaster(resolvedSchema)}
</div>
<div>
{
this.state.selected ?
: 'Select an item'
}
</div>
</div>
<div>
{
this.state.dialog.open &&
<dialog id="dialog">
<label>
Select item to create
</label>
<div>
{
JsonForms.schemaService.getContainmentProperties(this.state.dialog.schema)
.map(prop =>
</div></dialog></div>