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
[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 pass soon to simplify & clarify `__props`, `__context`, and `props`)
0 commit comments