Islam Nofl

Results 54 comments of Islam Nofl

Workaround add this to your `app.config.ts`: ``` icon: { mode: "css", cssLayer: "base", }, ```

Sorry for being late, was busy last days. will try to make a minimal reproduction today.

> This is because of the repr(transparent) right? repr(C) works right? Yup, that was the case, using `repr(C)` works. but `repr(transparent)` should be supported correct?