Remove last bits of with-context

Follow up to 982eba9396
pull/4104/head
Gabriel Horner 2022-02-08 11:14:08 -05:00
parent be46506ba3
commit 17a09f114a
3 changed files with 0 additions and 4 deletions

View File

@ -22,7 +22,6 @@
garden.def/defstyles clojure.core/def
garden.def/defkeyframes clojure.core/def
rum.core/defcc rum.core/defc
rum.core/with-context clojure.core/doseq
rum.core/defcontext clojure.core/def
clojure.test.check.clojure-test/defspec clojure.core/def
clojure.test.check.properties/for-all clojure.core/for

View File

@ -62,8 +62,6 @@
[frontend.components.query-table :as query-table]
[frontend.mobile.util :as mobile-util]))
;; TODO: remove rum/with-context because it'll make reactive queries not working
(defn safe-read-string
([s]
(safe-read-string s true))

View File

@ -424,7 +424,6 @@
(rum/defc help-button < rum/reactive
[]
(when-not (state/sub :ui/sidebar-open?)
;; TODO: remove with-context usage
[:div.cp__sidebar-help-btn
{:title (t :help-shortcut-title)
:on-click (fn []