Skip to content

Fix bug related to custom elements and ids

Choose a tag to compare

@staltz staltz released this 11 Jul 10:35
· 419 commits to master since this release

When using Cycle custom elements, if they were built with an id (e.g. h('my-button#submit')), the id (e.g. #submit) was missing when the element was rendered on the DOM. This version fixes this bug.