Uncaught Error: NotFoundError: DOM Exception 8, stack trace:

The relevant code looks like
<div class='tbody'>
{{#each items as item, y}}
<div class='tr'>
{{y}}
</div>
{{/each}}
</div>
items is initially [], then it's this.set({items: someArray}).
I tried to reproduce in the REPL but it works there. (Managed to repro in the REPL)
Browser: Chrome v27
Svelte: v1.29.1
Sorry I realise this bug report is not 100%, what other info would be helpful?
Uncaught Error: NotFoundError: DOM Exception 8, stack trace:The relevant code looks like
itemsis initially[], then it'sthis.set({items: someArray}).I tried to reproduce in the REPL but it works there. (Managed to repro in the REPL)
Browser: Chrome v27
Svelte: v
1.29.1Sorry I realise this bug report is not 100%, what other info would be helpful?