A `:watch` binding with a nil value like this: ``` :watch [_ nil :dispose dispose] ``` Triggers the following error by clj-kondo: ``` Expected: deref, received: nil. ```
A
:watchbinding with a nil value like this:Triggers the following error by clj-kondo: