Skip to content

Uncaught Error: NotFoundError: DOM Exception 8 in {{#each}} #762

@vp2177

Description

@vp2177

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

image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions