Skip to content

Commit ac6ed0f

Browse files
committed
Update on "[compiler] Fix merging of queues states in InferReferenceEffects"
Fixes a bug found by mofeiZ in #29878. When we merge queues states, if the new state does not introduce changes relative to the queued state we should use the queued state, not the new state. [ghstack-poisoned]
1 parent 0da1f32 commit ac6ed0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/packages/babel-plugin-react-compiler/src/Inference/InferReferenceEffects.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import {
3434
} from "../HIR/HIR";
3535
import { FunctionSignature } from "../HIR/ObjectShape";
3636
import {
37-
printFunction,
3837
printIdentifier,
3938
printMixedHIR,
4039
printPlace,

0 commit comments

Comments
 (0)