Commit b53b8ef
authored
[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 7b2c35d commit b53b8ef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments