Commit e162fba
Update interruptible rendering test to use feature flag to fix React<>Fabric priorities (#50959)
Summary:
Pull Request resolved: #50959
Changelog: [internal]
This updates the test for interruptible rendering to use the feature flag that fixes priority mapping between Fabric and React.
In this case, it shows how the change fixed how React Native implements the React programming model, as before this change continuous events weren't interrupting transitions (and they should): https://github.com/facebook/react/blob/c498bfce8b9baa3dd21bd0d5124eb3a4549886f1/packages/react-reconciler/src/__tests__/ReactUpdatePriority-test.js#L109
Reviewed By: sammy-SC
Differential Revision: D73662527
fbshipit-source-id: 6276fe6f02b6c4e1af8dbb7d46c9a14ee68466361 parent 9ae7f7f commit e162fba
File tree
1 file changed
+3
-2
lines changed- packages/react-native/Libraries/ReactNative/__tests__
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | | - | |
217 | | - | |
| 217 | + | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
0 commit comments