Kriz Poon

Results 4 comments of Kriz Poon

The deprecated class com.facebook.react.views.webview is not actually being used. It is just a redundant import. Could be fixed by removing the import in `node_modules/react-native-doc-viewer/android/src/main/java/com/reactlibrary/RNReactNativeDocViewerModule.java` Remove the ununsed import: ``` import...

The transform is returned as an object in newer version. It can be done even simpler: ``` const { attributes, isDragging, listeners, setNodeRef, transform, transition } = useSortable({ id });...

Can confirm it also happens to size 2. I didn't specify the seed so it appeared to happen randomly.

Have the same issue with version `5.0.0-beta.25` + NextJS `15.0.1`. Need to cast handlers as `any`.