Commit 9bc3694
error if IntersectionObserver missing (facebook#55862)
Summary:
Pull Request resolved: facebook#55862
Changelog: [Internal] - Error instead of warn if IntersectionObserver used with TurboModule being null
Reviewed By: javache
Differential Revision: D92873739
fbshipit-source-id: 987adce4b88894062ba6ef00a7925ecf71a972a71 parent b9c6970 commit 9bc3694
File tree
1 file changed
+5
-9
lines changed- packages/react-native/src/private/webapis/intersectionobserver/internals
1 file changed
+5
-9
lines changedLines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
126 | | - | |
| 125 | + | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
187 | 186 | | |
188 | 187 | | |
189 | 188 | | |
190 | | - | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
235 | | - | |
| 234 | + | |
236 | 235 | | |
237 | 236 | | |
238 | 237 | | |
| |||
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
| 285 | + | |
| 286 | + | |
291 | 287 | | |
0 commit comments