Hi there. I've updated malli to the latest 0.20.0 version. Using the preloads - following https://github.com/metosin/malli/blob/master/docs/clojurescript-function-instrumentation.md - now gives me those warnings:
Resource: malli/clj_kondo.cljc:172:14
--------------------------------------------------------------------------------
169 | ([key options]
170 | (.delete (-config-file-path key options))
171 | ;; These are remnants from old locations where malli used to store the configuration files
172 | (.delete (-file-in-kondo-dir options ".clj-kondo" "metosin" (-types-dir-name key) "config.edn"))
--------------------^-----------------------------------------------------------
Use of undeclared Var malli.clj-kondo/-file-in-kondo-dir
I've tested several versions and seems like it appears since 0.19.2Thanks!