Commit f2efeae
committed
[DOM] Add unstable_batchedUpdates to server-rendering-stub (#27028)
`unstable_batchedUpdates` shouldn't really be called on the server but
the semantics are clear enough and we can provide a trivial
implementation that calls the provided callback so we are adding it to
the server-rendering-stub.
This means we will also keep it around when we make the top level
react-dom exports match the server-rendering-stub in the next major
DiffTrain build for commit 1fdacbe.1 parent b2dc5de commit f2efeae
7 files changed
Lines changed: 9 additions & 9 deletions
File tree
- compiled-rn/facebook-fbsource/xplat/js
- RKJSModules/vendor
- react-test-renderer/cjs
- react/cjs
- react-native-github/Libraries/Renderer
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23903 | 23903 | | |
23904 | 23904 | | |
23905 | 23905 | | |
23906 | | - | |
| 23906 | + | |
23907 | 23907 | | |
23908 | 23908 | | |
23909 | 23909 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8616 | 8616 | | |
8617 | 8617 | | |
8618 | 8618 | | |
8619 | | - | |
| 8619 | + | |
8620 | 8620 | | |
8621 | 8621 | | |
8622 | 8622 | | |
| |||
8647 | 8647 | | |
8648 | 8648 | | |
8649 | 8649 | | |
8650 | | - | |
| 8650 | + | |
8651 | 8651 | | |
8652 | 8652 | | |
8653 | 8653 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9042 | 9042 | | |
9043 | 9043 | | |
9044 | 9044 | | |
9045 | | - | |
| 9045 | + | |
9046 | 9046 | | |
9047 | 9047 | | |
9048 | 9048 | | |
| |||
9073 | 9073 | | |
9074 | 9074 | | |
9075 | 9075 | | |
9076 | | - | |
| 9076 | + | |
9077 | 9077 | | |
9078 | 9078 | | |
9079 | 9079 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
| 629 | + | |
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments