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
minor #2220 [TwigComponent] Fix internal variables are dispatched (smnandre)
This PR was merged into the 2.x branch.
Discussion
----------
[TwigComponent] Fix internal variables are dispatched
The key/values this/computed/outerScope/__props/__context are internal and should not have been exposed in Event
* it does not match the documentation
* it causes non needed memory usage / log
* modifying them would break the entire rendering process
(i'll make another PR soon to simplify & clarify `__props`, `__context`, and `props`)
Commits
-------
589e802 [TwigComponent] Fix internal variables are dispatched
0 commit comments