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
I'm pretty sure template users can currently replace the implicit node instance used in the constructor for dependency-injection, as it only has call-site resolution.
Instead, it should be layered like the this context inside the render method, with the call-site-visible node being only a reference to the original node that's grabbed for example by subexpression constructor deference through defer and bind.
The text was updated successfully, but these errors were encountered:
I'm pretty sure template users can currently replace the implicit
node
instance used in the constructor for dependency-injection, as it only has call-site resolution.Instead, it should be layered like the
this
context inside therender
method, with the call-site-visiblenode
being only a reference to the originalnode
that's grabbed for example by subexpression constructor deference throughdefer
andbind
.The text was updated successfully, but these errors were encountered: