Bruno Scopelliti

Results 8 comments of Bruno Scopelliti

Elaborating further on @pitmullerIngka 's comment, this is a simple case that allows to reproduce the error when transpiled with swc: - "@swc/cli": "^0.1.62", - "@swc/core": "^1.3.69" ``` const MAIN...

`@swc/[email protected]` is the first version for which I can reproduce the error; I think we can close the issue here, and continue discussing this on SVC repo.

Hi @ferdikoomen , I understand you are very busy, and we are already much in debt with you for taking the time to work on this library ... anyway I...

Not much... We did rollback the version of Next.js that introduced the issue (there's an underlying issue in SWC). I know the original problem in SWC has been fixed now,...

PR #177 (released in @looker/[email protected]) fixes the signature of `withParams`, and now we are allowed to pass a list of string: ``` .withParams({ hide_filter: ["filter_1", "filter_2"] }) ``` but even...

We have the same problem. We use latest versions of both packages, that at the moment are: - @radix-ui/react-dropdown-menu 2.1.4 - @radix-ui/react-dialog 1.1.4 We still can reproduce the issue. As...

This very same problem resurfaced again for us - this time we fixed by defining an override for `"@radix-ui/react-dismissable-layer"`.

@Aleksion ``` "overrides": { "@radix-ui/react-dismissable-layer": "1.1.7", "@radix-ui/react-slot": "1.2.0" } ```