Skip to content

Crushes when used together with custom attribute that overrides context #30

Description

@euglv

This works:

<div reorderable-repeat.for="item of items">
  #${item.id} ${item.value}
</div>

But this crushes with node.getAttribute is not a function error:

<div reorderable-repeat.for="item of items" with.bind="item">
    #${id} ${value}
</div>

Standard repeat works:

<div repeat.for="item of items" with.bind="item">
    #${id} ${value}
</div>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions