Ovidiu Filos

Results 1 comments of Ovidiu Filos

Same error coming also from `List.ts` when a `Select` component is unmounted ``` return function () { componentRef.current.removeEventListener('wheel', onRawWheel); componentRef.current.removeEventListener('DOMMouseScroll', onFireFoxScroll); componentRef.current.removeEventListener('MozMousePixelScroll', onMozMousePixelScroll); }; ``` ``` List.js?2762:259 Uncaught TypeError: Cannot...