-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
The documented behaviour of an append stream suggests that elements with duplicate IDs are replaced
turbo-site/_source/reference/streams.md
Line 22 in aa10dcf
If the template's first element has an id that is already used by a direct child inside the container targeted by dom_id, it is replaced instead of appended. |
where in fact the duplicate elements are removed and the new versions are appended:
This potentially leads to elements being reordered which is not apparent from the documentation.
Metadata
Metadata
Assignees
Labels
No labels