mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update base for Update on "[compiler][ez] Rename disableMemoizationForDebugging to just disableMemoization"
Summary: We don't really need to make positive claims about what a particular mode is for in the name [ghstack-poisoned]
This commit is contained in:
+1
-15
@@ -19,12 +19,6 @@ function Component(props) {
|
||||
);
|
||||
}
|
||||
|
||||
export const FIXTURE_ENTRYPOINT = {
|
||||
fn: Component,
|
||||
params: [{ x: 1, y: { b: 2, c: 3, d: 4 } }],
|
||||
isComponent: true,
|
||||
};
|
||||
|
||||
```
|
||||
|
||||
## Code
|
||||
@@ -141,13 +135,5 @@ function Component(props) {
|
||||
return t3;
|
||||
}
|
||||
|
||||
export const FIXTURE_ENTRYPOINT = {
|
||||
fn: Component,
|
||||
params: [{ x: 1, y: { b: 2, c: 3, d: 4 } }],
|
||||
isComponent: true,
|
||||
};
|
||||
|
||||
```
|
||||
|
||||
### Eval output
|
||||
(kind: ok) <div>1231</div>
|
||||
|
||||
-6
@@ -14,9 +14,3 @@ function Component(props) {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export const FIXTURE_ENTRYPOINT = {
|
||||
fn: Component,
|
||||
params: [{ x: 1, y: { b: 2, c: 3, d: 4 } }],
|
||||
isComponent: true,
|
||||
};
|
||||
|
||||
@@ -496,6 +496,7 @@ const skipFilter = new Set([
|
||||
"useState-unpruned-dependency",
|
||||
"useState-and-other-hook-unpruned-dependency",
|
||||
"change-detect-reassign",
|
||||
"change-detect",
|
||||
"nomemo-and-change-detect",
|
||||
"change-detect-wrapper",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user