Lucas Pimenta

Results 2 issues of Lucas Pimenta

Hi guys, I'm trying to update Jest in a NextJS project. Using the version `26.6.3`, the tests run fine. ![image](https://user-images.githubusercontent.com/13206817/122617862-7482c900-d063-11eb-8527-552bd01ddd37.png) Then when I update Jest up to 27.0.0 I get...

**Bug Description** I encountered and unexpected behavior with several custom Inputs using `react-imasked`. When attempting to paste a value without a mask, the `onChange` callback fails to trigger. I have...