Fork me on GitHub
#helix
<
2024-01-26
>
rafaeldelboni18:01:48

With the new version (2.27.1) of shadow-cljs, Helix started return this warning on build. Does anybody know if there a way to stop this?

geraldodev12:02:55

since the fix is merged but not published, clone the helix repo git clone https://github.com/lilactown/helix.git and reference it on deps.edn {:local/root "../helix"}

rafaeldelboni12:02:48

You can use tools.deps to directly reference an lib by git commit https://github.com/rafaeldelboni/helix-flex/blob/main/deps.edn#L2

❤️ 1
geraldodev12:02:56

lilactown/helix {:git/url "https://github.com/lilactown/helix" :git/sha "35127b79405e5dff6d9b74dfc674280eb93fab6d"}