We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b8d93 commit 37f6255Copy full SHA for 37f6255
compiler/packages/babel-plugin-react-compiler/src/HIR/AssertValidMutableRanges.ts
@@ -20,6 +20,7 @@ import {
20
export function assertValidMutableRanges(fn: HIRFunction): void {
21
for (const [, block] of fn.body.blocks) {
22
for (const phi of block.phis) {
23
+ visitIdentifier(phi.id);
24
for (const [, operand] of phi.operands) {
25
visitIdentifier(operand);
26
}
0 commit comments