You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor thing, but could you exclude clojure's drop from conjurernix.electric-franken.api to avoid the following warning?
WARNING: drop already refers to: #'clojure.core/drop in namespace: conjurernix.electric-franken.api, being replaced by: #'conjurernix.electric-franken.api/drop
I think this should suffice:
(nsconjurernix.electric-franken.api"Macro based API inspired from electric ui4/ui5"
(:refer-clojure:exclude [drop])
(:require [hyperfiddle.electric-dom2 :as dom]))
Alternatively, rename the drop macro, but that's potentially breaking.
The text was updated successfully, but these errors were encountered:
Minor thing, but could you exclude clojure's
drop
fromconjurernix.electric-franken.api
to avoid the following warning?I think this should suffice:
Alternatively, rename the
drop
macro, but that's potentially breaking.The text was updated successfully, but these errors were encountered: