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?
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"}
You can use tools.deps to directly reference an lib by git commit https://github.com/rafaeldelboni/helix-flex/blob/main/deps.edn#L2
lilactown/helix {:git/url "https://github.com/lilactown/helix" :git/sha "35127b79405e5dff6d9b74dfc674280eb93fab6d"}