soywod / react-pin-field

📟 React component for entering PIN codes.
https://soywod.github.io/react-pin-field/
MIT License
413 stars 24 forks source link

I have problem "Uncaught TypeError: Cannot read property 'removeEventListener' of null" when unmount a component containing a react-pin-field #38

Closed tiu93 closed 3 years ago

tiu93 commented 3 years ago

image

When I click on: image

I can see it: image

soywod commented 3 years ago

Thanks for your feedback, I will try to reproduce and let you know. I guess you are using the v2.0.0-beta.X?

soywod commented 3 years ago

Should be fixed by https://github.com/soywod/react-pin-field/pull/41

soywod commented 3 years ago

The 2.0.0-beta.2 has been released with the fix, feel free to reopen if you still have the error!