Kieran Osgood

Results 15 comments of Kieran Osgood

To anyone having this issue, I've submitted a PR to the [`react-easy-swipe`](https://github.com/leandrowd/react-easy-swipe/pull/48) repo (also managed by leandrowd) to fix the error message mentioned by @swedenSnow, so you can look at...

I am getting this without having any awaits or findBy's, this is the simplest example I could reproduce it, the error appears when I get to the second changeText `fireEvent.changeText(passwordInput,...

@ccfz Thanks for all the info. So to answer the 2 follow up Q's, 1. Yeah theres no other code running, these tests are just aiming to assert that my...

@slycoder So I tried to demo it in the snippets I posted, it **doesn't** happen on mount, however it doesn't even need to be calling something on the instance like...

Just as a note incase any of you are editing your `node_modules` directly, use the npm module [patch-package](https://www.npmjs.com/package/patch-package) - allows you to great git diffs so that if in future...