mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
[FIX #2780] hide re-frame warning when reloading
This commit is contained in:
parent
b0a1aab033
commit
1837623c3a
@ -5,7 +5,11 @@
|
||||
[reagent.core :as reagent]
|
||||
[status-im.native-module.core :as status]
|
||||
[taoensso.timbre :as log]
|
||||
[status-im.utils.config :as config]))
|
||||
[status-im.utils.config :as config]
|
||||
[goog.object :as object]))
|
||||
|
||||
(when js/goog.DEBUG
|
||||
(object/set js/console "ignoredYellowBox" #js ["re-frame: overwriting"]))
|
||||
|
||||
(defn init [app-root]
|
||||
(log/set-level! config/log-level)
|
||||
|
Loading…
x
Reference in New Issue
Block a user