@weavejester I have encountered an issue regarding (ig/ref …) when the config is read from a file. Thanks for any comment, see https://gist.github.com/KingCode/75026a8bdae9415e773a25f0aac99e5d
@kingcode Use #ig/ref
when reading from edn, use (ig/ref ...)
when writing in Clojure directly.
@weavejester Ah OK, that did fix it…Thank you..