Fix(Compiler): prevent PropertyLoad from aliasing parent object as ref#422
Fix(Compiler): prevent PropertyLoad from aliasing parent object as ref#422everettbu wants to merge 3 commits into
Conversation
Greptile OverviewGreptile SummaryFixed a bug in the React compiler's ref validation where The fix removes the problematic The remaining changes are formatting updates (adding spaces in object literal type definitions) and corresponding test snapshot updates that reflect the corrected validation behavior. Confidence Score: 5/5
Important Files Changed
|
|
Upstream PR was closed or merged. Code is synced via branch mirror. |
Mirror of facebook/react#35624
Original author: SHIVIKA330
Summary
How did you test this change?