dillon1000/react
Commit
Browse files Repro for jsx lowering issues
* JSX tag value temporaries getting promoted due to being sandwiched inside the mutation of some other item * Incorrect order-of-evaluation for jsx tag relative to props/children
Changed paths4 files
First-parent comparisoncompiler/forget/src/__tests__/fixtures/compiler/_bug.global-jsx-tag-lowered-between-mutations.expect.md AddedA compiler/forget/src/__tests__/fixtures/compiler/_bug.global-jsx-tag-lowered-between-mutations.js AddedA compiler/forget/src/__tests__/fixtures/compiler/_bug.jsx-tag-evaluation-order.expect.md AddedA compiler/forget/src/__tests__/fixtures/compiler/_bug.jsx-tag-evaluation-order.js AddedPatch
Files changed
Rendering syntax-highlighted changes…