Marc-Antoine Courteau
Marc-Antoine Courteau
Thanks for the suggestion, that's a good workaround. :)
First b-parasite monitoring a Dracaena plant that doesn't get enough attention:  Black soldermask, spray-coated MG 419E acrylic conformal coating. 🙂
+1, having the same issue. There's a thread discussing it here: https://community.home-assistant.io/t/zha-fails-with-silicon-labs-2-4-4-update-ha-yellow/680593
> Removing [this extra dep](https://github.com/macourteau/aspect-tsproject-imports/blob/f008b8da3f4a5ad0e51a11da150f9171e58bf072/demo/web/apps/my-web-app/BUILD.bazel#L29) fixes it? It does fix the issue, however if I then add a dep on e.g. `express` in `my-web-app` ([example](https://github.com/macourteau/aspect-tsproject-imports/blob/d1fb7ac139d7d673a6184d86d480ed4fe0a87e44/demo/web/apps/my-web-app/BUILD.bazel#L21)), then I run into the...
Seems like commenting out these two lines fixes the other issue I'm seeing: https://github.com/macourteau/aspect-tsproject-imports/blob/d1fb7ac139d7d673a6184d86d480ed4fe0a87e44/.bazelrc#L78-L79 I guess it would probably be good to figure out why it happens, but at least...