sergey icon indicating copy to clipboard operation
sergey copied to clipboard

Long tag imports in a <sergey-template> prevent the whole template from compiling

Open trys opened this issue 6 years ago • 1 comments

This prevents the entire content template from compiling:

<sergey-import src="template">
    <sergey-template name="content">
        <sergey-import src="map"></sergey-import>
    </sergey-template>
</sergey-import>

This self-closing version is right as rain:

<sergey-import src="template">
    <sergey-template name="content">
        <sergey-import src="map" />
    </sergey-template>
</sergey-import>

trys avatar Jun 04 '19 21:06 trys

+1 any fix on this?

karneaud avatar Dec 03 '21 18:12 karneaud