aroemers / mount-lite

mount, but different and light
https://cljdoc.org/d/functionalbytes/mount-lite/
Eclipse Public License 1.0
102 stars 8 forks source link

Fix linting with new clj-kondo #31

Open borkdude opened 1 month ago

borkdude commented 1 month ago

The problem was that @state would give a type mismatch since maps don't implement IDeref.

LouDnl commented 1 month ago

I can confirm that this PR fixes the type mismatch issue that popped up after release of clj-kondo v2024.08.01

aroemers commented 1 month ago

Thanks @borkdude (and @LouDnl),

I will review and release as soon as I’m near a computer again.