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
Internal rewrite addressing:
- Preservation of the context (@) you provide for rendering. Previously it
was copied over for each rendering, now it's used by reference.
- Context pollution. All locals had a corresponding reference in the context.
Now it's untouched.