Sid

Results 51 comments of Sid

@marvinhagemeister I think we will have to re-open this again, Just noticed this right now, Looks like changing the exports field like the warning mentioned doesn't fix the issue, instead...

But it's weird because that's what's Postcss also did to remove this deprecation warning

Okay I can confirm now, tested twice, Modifying the exports field to this instead fixes the issue. ``` "exports": { ".": { "browser": "./dist/module/index.js", "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.js" }, "./package.json":...

We got the same problem while using this in React as well, same things with Snowpack as well.

@mcollina I would love to work on this, any suggestions as to where I should start looking to implement this? My guess is, inside `agent.js` the `Agent` expects a factory...

@depapp You can't import a typescript file directly like a regular JS module, you'll have to add some sort of build step or directly execute the tests using `vitest` in...

Those imports only work after building the typescript files. To fix the problem you're facing, first build the project then import the module from the build/output directory into your test.

Playwright is essentially just running chromium browser, just like you won't run typescript directly in the browser or Node its the same thing here.

Any updates on his one? I am facing the same lag issue with multiple form fields inside the field array component.