rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
serioga 2020-07-10T15:41:28.169800Z

@roman01la I have a project where rum is used for server-side rendering only (no ClojureScript) with version 0.12.x the project cannot be built 😞

Syntax error compiling at (daiquiri/compiler.clj:50:25).
Syntax error compiling at (daiquiri\compiler.clj:50:25).
No such var: ana/infer-tag

2020-07-11T21:20:37.170100Z

this particular error means that ClojureScript is present in dependencies, but cljs.analyzer/infer-tag is not found, try to update ClojureScript to a newer version

serioga 2020-07-12T14:35:50.170300Z

@roman01la but in my case there is no ClojureScript in my dependencies... I'll create an issue.

2020-07-12T15:07:12.170500Z

Ok, thanks!

2020-07-10T18:05:32.169900Z

Please create an issue for that