Commit 3d453eb
committed
Add flag to disable caching behavior of
Adds a feature flag to control whether the client cache function is just
a passthrough. before we land breaking changes for the next major it
will be off and then we can flag it on when we want to break it.
flag is off for OSS for now and on elsewhere (though the parent flag
enableCache is off in some cases)
DiffTrain build for commit 2bc7d33.React.cache on the client (#28250)1 parent affeba5 commit 3d453eb
File tree
7 files changed
+28
-26
lines changed- compiled-rn/facebook-fbsource/xplat/js
- RKJSModules/vendor
- react-test-renderer/cjs
- react/cjs
- react-native-github/Libraries/Renderer
7 files changed
+28
-26
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25600 | 25600 | | |
25601 | 25601 | | |
25602 | 25602 | | |
25603 | | - | |
| 25603 | + | |
25604 | 25604 | | |
25605 | 25605 | | |
25606 | 25606 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9150 | 9150 | | |
9151 | 9151 | | |
9152 | 9152 | | |
9153 | | - | |
| 9153 | + | |
9154 | 9154 | | |
9155 | 9155 | | |
9156 | 9156 | | |
| |||
9181 | 9181 | | |
9182 | 9182 | | |
9183 | 9183 | | |
9184 | | - | |
| 9184 | + | |
9185 | 9185 | | |
9186 | 9186 | | |
9187 | 9187 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9578 | 9578 | | |
9579 | 9579 | | |
9580 | 9580 | | |
9581 | | - | |
| 9581 | + | |
9582 | 9582 | | |
9583 | 9583 | | |
9584 | 9584 | | |
| |||
9609 | 9609 | | |
9610 | 9610 | | |
9611 | 9611 | | |
9612 | | - | |
| 9612 | + | |
9613 | 9613 | | |
9614 | 9614 | | |
9615 | 9615 | | |
| |||
Lines changed: 20 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
2450 | 2450 | | |
2451 | 2451 | | |
2452 | 2452 | | |
2453 | | - | |
2454 | | - | |
2455 | | - | |
2456 | | - | |
2457 | | - | |
2458 | | - | |
2459 | | - | |
2460 | | - | |
2461 | | - | |
2462 | | - | |
2463 | | - | |
2464 | | - | |
2465 | | - | |
2466 | | - | |
2467 | | - | |
2468 | | - | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
2469 | 2471 | | |
2470 | 2472 | | |
2471 | 2473 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments