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
In the example code in the documentation, $effect.tracking() in the template returns false, not true as advertised. This is seemingly because the render effect is optimized away because that node has no dynamic content.
I don't know which behavior is more correct. Probably the current one? The current behavior is a bit more confusing to document, though.