Comment
Tommy Jensen
Giga Guru
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
05-18-2020
09:27 AM
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>
);