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
The button logs this.refs, an empty object.
If you change the first line to {{#if true}} or initialise hasDyn to true, it logs {dyn: Nested}.
Works as expected with normal components.
Intrestingly, if you remove the text="{{hasDyn}}" part, you have to remove the whole {{#if to make it work.
Happens at 1.55.1 as well.
I think I can find a workaround, just thought I'd leave this here.
The text was updated successfully, but these errors were encountered:
Tried to add a
ref:
to a<:Component
that is conditionally shown - here's a REPL.The interesting bit is
The button logs
this.refs
, an empty object.If you change the first line to
{{#if true}}
or initialise hasDyn to true, it logs{dyn: Nested}
.Works as expected with normal components.
Intrestingly, if you remove the
text="{{hasDyn}}"
part, you have to remove the whole{{#if
to make it work.Happens at 1.55.1 as well.
I think I can find a workaround, just thought I'd leave this here.
The text was updated successfully, but these errors were encountered: