-
-
Notifications
You must be signed in to change notification settings - Fork 987
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): broken at dropping (#3125)
## Description After upgraded RN from 0.74 to 0.75 ( follow [expo changelog](https://expo.dev/changelog/2024/08-14-react-native-0.75)), web page is broken when I do a drag and drop. console log: https://gist.github.com/MJRT/149969001b9dd853e6b7d0d413afcea7 expo-device-info: https://gist.github.com/MJRT/2b772c0879f0a867ffb6bcf4a18d8637 It return to normal after adding this check. <!-- Description and motivation for this PR. Include 'Fixes #<number>' if this is fixing some issue. --> ## Test plan I use `pnpm patch` in my project, and it's all ok. Since this is a simple and non-invasive change, I didn't write additional test. <!-- Describe how did you test this change here. -->
- Loading branch information
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters