You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, <x-template> and friends stamp out elements and then update their properties to match the bindings. I.e. bound values are not available to those elements until afterready.
Ideally, we'd have values available to stamped out elements prior to that point. Maybe expose their bound values via configure?
The text was updated successfully, but these errors were encountered:
Currently,
<x-template>
and friends stamp out elements and then update their properties to match the bindings. I.e. bound values are not available to those elements until afterready
.Ideally, we'd have values available to stamped out elements prior to that point. Maybe expose their bound values via
configure
?The text was updated successfully, but these errors were encountered: