sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 257 forks source link

jest tests failing with: Invariant Violation: Unable to find node on an unmounted component. #237

Closed coldSeattle closed 3 years ago

coldSeattle commented 3 years ago

Снимок экрана 2020-09-10 в 16 29 29

set ref on InputRef Снимок экрана 2020-09-10 в 16 30 37

see this Снимок экрана 2020-09-10 в 16 31 59

Снимок экрана 2020-09-10 в 16 31 19

what the problem ?

versions. "react": "^16.9.0", "react-dom": "^16.9.0", "jest": "^26.1.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2",