Results 165 comments of Daniel

Lmao, what?? I just upgraded to `2.0.0-nightly.1035+80c728cef` and it appears to be fixed?? It happens on `2.0.0-nightly.1008+493fda27e` where the zip file's lockfile is but doesn't happen in my production project...

Ok and if you set it to `2.0.0-nightly.1035+80c728cef` instead of 2.4.1, does it still occur?

Kai, have you checked the reproduction project that I attached as a zip to the original issue? I think it might suffice. > 4 apr. 2022 kl. 10:04 skrev Kai...

@IMGROOT2 have you tried removing `--detailed-report` and using the latest nightly version?

We'd like to use this SWC plugin because then we can stop using babel and get faster builds but it doesn't seem possible? https://www.npmjs.com/package/@swc/plugin-emotion

Dunno if this is the same issue? But was trying to use gitbutler and it doesn't work for me because I use https://github.com/maxgoedjen/secretive for my SSH keys

In version 2 the bug is here: https://github.com/ryansolid/dom-expressions/blob/f691a482cea35336e7206759f0e8d2322f9371dd/packages/dom-expressions/src/reconcile.js#L72 What happens is that here The `insert` call that was done here is wrongly undone (The two elements in `a` are now...

Hmm, I thought the rules was that one can use classList and class together as long as only one is reactive. > We can't do inline optimizations on classList with...

> Nothing to fix right now other than hope to change the design in the future. That's totally fair. Thanks for the information! But I still wonder about your reasoning...

Also suffering from this. This coupled with my responsive image implementation causes insane delays where chrome literally locks up for seconds. Welp, back to the basics with the image related...