Gediminas Bivainis

Results 5 comments of Gediminas Bivainis

Some of my tests were failing after upgrading some packages, so I went to check which ones and I managed to get my tests passing after downgrading to `v3.4`. `npm...

I ended here by running `npx ncu` before installing `npm-check-updates` globally. This installed `ncu` package, which even has this deprecation warning: ``` npm WARN and this is not npm-check-updates ```...

I've encountered this issue today and here's what made it work for me: I noticed that the failing frontend build logs had the following lines as compared to non-failing ones:...

> As a workaround, once your PR Preview branch is created in the Console; if your environment variable already exists, you can then manually add branch overrides for your specific...

`.marvel-device:after` is what is capturing pointer events. This should do the trick: ``` .marvel-device:after { pointer-events: none; } ```