- From: Dmitry Iv. <notifications@github.com>
- Date: Fri, 14 Jan 2022 16:14:24 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 15 January 2022 00:14:37 UTC
As discovered in [templize](https://github.com/spectjs/templize) and [uce-template](https://github.com/WebReflection/uce-template), the simplest workaround is
```js
<template>
<table>
<!--{{rows}}-->
</table>
</template>
```
It has zero cost from performance/code size perspective.
--
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/703#issuecomment-1013555096
You are receiving this because you are subscribed to this thread.
Message ID: <WICG/webcomponents/issues/703/1013555096@github.com>
Received on Saturday, 15 January 2022 00:14:37 UTC