Commit 953baa5
committed
[Flight] Allow a Server Reference to be registered twice (#28343)
It's possible for the same function instance to appear more than once in
the same graph or even the same file.
Currently this errors on trying to reconfigure the property but it
really doesn't matter which one wins. First or last.
Regardless there will be an entry point generated that can get them.
DiffTrain build for commit 9444c51.1 parent 93c031d commit 953baa5
File tree
7 files changed
+9
-9
lines changed- compiled-rn/facebook-fbsource/xplat/js
- RKJSModules/vendor
- react-test-renderer/cjs
- react/cjs
- react-native-github/Libraries/Renderer
7 files changed
+9
-9
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25697 | 25697 | | |
25698 | 25698 | | |
25699 | 25699 | | |
25700 | | - | |
| 25700 | + | |
25701 | 25701 | | |
25702 | 25702 | | |
25703 | 25703 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9179 | 9179 | | |
9180 | 9180 | | |
9181 | 9181 | | |
9182 | | - | |
| 9182 | + | |
9183 | 9183 | | |
9184 | 9184 | | |
9185 | 9185 | | |
| |||
9210 | 9210 | | |
9211 | 9211 | | |
9212 | 9212 | | |
9213 | | - | |
| 9213 | + | |
9214 | 9214 | | |
9215 | 9215 | | |
9216 | 9216 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9607 | 9607 | | |
9608 | 9608 | | |
9609 | 9609 | | |
9610 | | - | |
| 9610 | + | |
9611 | 9611 | | |
9612 | 9612 | | |
9613 | 9613 | | |
| |||
9638 | 9638 | | |
9639 | 9639 | | |
9640 | 9640 | | |
9641 | | - | |
| 9641 | + | |
9642 | 9642 | | |
9643 | 9643 | | |
9644 | 9644 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
| 593 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments