Deeply nested Components under an ::each directive render before attributes are set #8
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rusticarcade/palette#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This causes the template to not be able to swap in attribute values unless you specify attributes in the
liveAttributesfield. That's an okay workaround for now, but a fix for this is necessary before 1.0.0This can be fixed with a change to the timing of the render in the connected callback within Components
Queuing the initial render as a microtask should shift the order of operations such that attributes settle before the initial render on child components
Moving this up to 0.2.0
Fixed in
rusticarcade/palette@07e36920e4