Jeff Lindsey
Jeff Lindsey
Hi, I am still experiencing this bug. Can we reopen? I've also tried moving dom-autoscroller.js into my src, as stated above, and this is not working either.
@hollowdoor I tested the latest `2.3.0` and `2.2.8` versions. I am not using `Create-react-app` per se, but have a similar setup using [Storybook](https://storybooks.js.org/). I will setup a clean env using...
@chenqingspring `eventListeners` prop is not working as indicated by this issue.
Here is a screenshot of my code. Similar to [goldmont](https://github.com/chenqingspring/react-lottie/issues/89#issuecomment-528977901), but I toggle the `handleClickToPause` function. 
I've had this issue occur when running multiple versions of `flow-bin` at the same time. I recommend checking if you have a global version installed or if your repo has...
Seems like updating this config option should work: https://testing-library.com/docs/dom-testing-library/api-configuration/#defaultignore, but I am not seeing what I would expect.
> Seems like updating this config option should work: https://testing-library.com/docs/dom-testing-library/api-configuration/#defaultignore, but I am not seeing what I would expect. This is working for me after upgrading to the latest version...
Seems to be working for me if I set `phone(undefined, false, "Custom Error Message")`. If `undefined` the defaults will kick in: https://github.com/abhisekp/yup-phone/blob/master/src/yup-phone.ts#L44C1-L46 The country code is only used if `strict`...