Skip to content

Commit 9d28445

Browse files
committed
BUG: adding id prop breaks the update
1 parent e4ae7a8 commit 9d28445

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/components/Outer.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<div{{ attributes }}>
22
{% for item in computed.items %}
33
<twig:Inner
4+
id="{{ item.id }}"
45
item="{{ item.name }}"
56
/>
67
{% endfor %}
78

89
{% for item in computed.otherItems %}
910
<twig:Inner
11+
id="{{ item.id }}"
1012
item="{{ item.name }}"
1113
/>
1214
{% endfor %}

0 commit comments

Comments
 (0)