TypeError: Cannot read properties of null (reading 'removeEventListener') at Multiselect.componentWillUnmount
rachanabasnet1 opened this issue · 4 comments
rachanabasnet1 commented
I am currently using multiselect-react-dropdown version 2.0.21 and react version 18.0.0. I integrated a multi-select dropdown in one of the forms and when I try to leave the page where the multi-select component is integrated and "TypeError: Cannot read properties of null (reading 'removeEventListener') at Multiselect.componentWillUnmount" error pops up on the console and the screen goes blank.
anand-gautam-mangoscience commented
I am too facing this issue, Is your react app version is 18
rachanabasnet1 commented
I am too facing this issue, Is your react app version is 18
Yes, my react app version is 18.0.0
anand-gautam-mangoscience commented
The Issue seems to appear only in React18.
anand-gautam-mangoscience commented
Did you get any fix for that yet?