Comment
Tommy Jensen
Giga Guru

An alternative is to use Fragment like this:

return (
		<Fragment>
			<div><h1>testing</h1></div>
			<div><h1>test sysId: {properties.sysId} - table: {properties.table}</h1></div>
			<example-checklist></example-checklist>
		</Fragment>

	);