Omri Luzon

Results 28 comments of Omri Luzon

Happens to me randomly about once a day when I'm developing. Reproduced on windows 10. I just restart webpack. Not the worst thing, but still a bug.

Is this package dead? Last release to npm was half a year ago, not even patch versions since then. I would be happy to know what happened.

@ljharb So how do you simulate a click event (or any event) in v4?

The cause of the issue is most likely a circular dependency between modules, and that's why index file with all the services/stores/modules can sometimes cause it (it depends on all...

Workaround to use `onActivation`/`activatorEvent` to sample the `scrollTop` and offset the translate Y coordinates

> @omril1 Have you implemented the workaround? 😁 @SantosAntero Implemented it only in user-land-code inside a callback passed to `onActivation` that keep track of the initial `scrollTop` and adds it...

@bhavanic It's about communication and separation of concerns. * When you use data-test it is clear that the attribute is for automated tests to find this element, and there should...

Which version of playwright are you using? I think we might be outdated on our side