srigar/multiselect-react-dropdown

TypeError: Cannot read properties of null (reading 'removeEventListener') at Multiselect.componentWillUnmount

rachanabasnet1 opened this issue · 4 comments

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.

This is the error I received on the console:
Screenshot from 2022-05-16 09-41-06

I am too facing this issue, Is your react app version is 18

I am too facing this issue, Is your react app version is 18

Yes, my react app version is 18.0.0

The Issue seems to appear only in React18.

Did you get any fix for that yet?