digitalinteraction/alembic

ReelLayout, you have to add to dom after setting attributes?

Opened this issue · 0 comments

this.reel = document.createElement('reel-layout')
this.reel.setAttribute('space', 'var(--s2)')
this.reel.setAttribute('noBar', '')
this.appendChild(this.reel)

You cannot appendChild first then update attributes, is this something about how the attributes work and connectedCallback?