Commit 51c5a8c
[Web] Fixed
## Description
Since version 19, React doesn't allow direct access to ref from an
element.
This error occurs when using React Native Gesture Handler on web.
## Test plan
Tested my fix in my web project and error in console disappears.Accessing element.ref was removed in React 19 error (#3804)1 parent 46bc3c8 commit 51c5a8c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments