Lennart Hildebrandt
Lennart Hildebrandt
Do you created a new account or did you login with an existing one?
Question about the performance in component tests: what kind of operating system are you using? We are seeing very slow test start up time (about 20 seconds until the Cypress...
Hey @lmiller1990, thanks for responding! 🙏 We use vite, which when used in development is serving each module/file separatly. This leads to huge amount of requests and thus a very...
We see this issue with component testing.
Problem is the proxy around every React element type (the actual components) to enable rerending when signals change. So the proxy around the `Route` component breaks the `element.type === Route`...
@developit uff, okay. Just had another, quite similar issue, which was really hard to debug (actually was revisting it again after weeks). Essentially React was warning me about an unmounted...
@developit Thats what I'm doing right now and its working just fine. Still not quite what I was hoping for when doing code splitting. 😉 In any case, thanks for...
Thank you @momolinus for the information and detailed work on this problem. @skade Are you able to work with this?
@christoph-buente @freundchen Can you give feedback here?
I like the idea of having an alternate color mode as an option. It's quite difficult to find three colors working good for people with and without color blindness. We...