Commit c007bcd
Make useConcurrentRoot always true in renderElement
Summary:
Changelog: [Internal]
All apps have migrated to concurrent root (as they're using Fabric), so the `useConcurrentRoot` parameter is no longer needed. This removes `useConcurrentRoot` (and `useFabric`) from `renderElement` in `RendererImplementation` and the profiling variant, hardcoding the underlying call to `true`, and stops passing them from `renderApplication`.
Differential Revision: D1019811331 parent 6005ab8 commit c007bcd
2 files changed
Lines changed: 1 addition & 7 deletions
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | | - | |
66 | | - | |
67 | 63 | | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
72 | | - | |
| 68 | + | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
0 commit comments