node_modules/react-native-element-dropdown/src/useDeviceOrientation.ts:41:24 - error TS2339: Property 'remove' does not exist on type 'never'.
41 if(susbcription?.remove){
node_modules/react-native-element-dropdown/src/useDeviceOrientation.ts:42:22 - error TS2339: Property 'remove' does not exist on type 'never'.
42 susbcription.remove();
Issue: When I am running code inspection there are several issues reported:
Errors:
node_modules/react-native-element-dropdown/src/Dropdown/index.tsx:363:7 - error TS2531: Object is possibly 'null'.
363 ref.current.measure((width, height, px, py, fx, fy) => {
node_modules/react-native-element-dropdown/src/useDeviceOrientation.ts:41:24 - error TS2339: Property 'remove' does not exist on type 'never'.
41 if(susbcription?.remove){
Found 4 errors.