Per Daleskog

Results 26 comments of Per Daleskog

I have the exact same problem. When I perform a touch gesture outside the modal the body starts scrolling and I need to click the modals scrollable area again (like...

I need to allow touch move inside my modal since I have scrollable content inside my absolute positioned modal that covers 100% of the screen height and almost the full...

> Thanks @jlp-craigmorten, I believe that's the issue. @valleywood, if it's not the issue please re-open :) Thanks, is that a breaking change in 9.3.2 then? (since the same code...

@MatanBobi @jlp-craigmorten Thank you for helping out with this! Finally having some time to look into this a bit more. Actually it showed to be related to the hypen but...

That might have been the case! Unfortunately (or fortunately :)) I'm not able to reproduce the error any longer after wiping everything from scratch but I can see that I...

Think that output of `yarn why @testing-library/dom` is a bit misleading since it is run inside a yarn workspace. Running outside that workspace doesn't indicate that the packages are installed...

Same here, tried to setup local api by adding ``` tellduslive: host: 192.168.50.XXX ``` Had thought that Telldus servers wouldn't be called then but I still get the error: `Failed...

Experiencing similar thing with `findByTestId` after upgrading `@testing-library/dom` from version *9.3.1* to *9.3.2* or greater. I see that you don't seem to use `@testing-library/dom` explicitly in your package.json but it's...

> ```shell > /[email protected] > └── @testing-library/[email protected] > ``` OK, it might be unrelated to the issue I was seeing with `@testing-library/dom` then, it just sounded so similar 😢