Evert Heylen

Results 18 comments of Evert Heylen

I'm also having performance problems so I thought it could be useful to add my own example here. It is the minimal version of code currently in production, and the...

Another update. I wondered whether this was really unique to SUID or if other component libraries also have this problem. So I included [Park UI](https://park-ui.com/) and [Kobalte](https://kobalte.dev/) (which seem to...

This would be great :open_mouth: . I'm a bit low on time right now, but in a few weeks I think I can try to help. (Btw, maybe you should...

Thanks for the fix, but it seems to me this only fixes the typing, not the implementation? I may not have been clear in my original issue but I believe...

(As a workaround, I'm currently using `InputProps={{style: "min-height: 1234px"}}` where `1234px` is the height of the element after it "jumped" and has the correct height. Of course, this is rather...

For dealing with just JSON (not JSON5), I forked this repo and called it [silver-fleece](https://github.com/evertheylen/silver-fleece). It will always use double-quote keys :)

Actually, I found out that [postcss-modules-values](https://github.com/css-modules/postcss-modules-values) supports this usecase through `@value`. The lightningcss website states that it doesn't support "the @value rule – superseded by standard CSS variables.". I personally...

@L-Har the code looks good from a cursory glance but I'm not sure why you're asking me :)