mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
12de013aa4
ObjectExpressions --- Currently, we're removing all reactive scopes containing object methods. This could produce incorrect output as object method instructions may still be included in other reactive scopes (and will lose their dependencies).