mirror of
https://github.com/status-im/reagent.git
synced 2025-01-27 04:05:50 +00:00
Test not= exception for dev builds only
Logging is not enabled for optimized builds
This commit is contained in:
parent
b0c70e380e
commit
fe4f348f12
@ -1241,7 +1241,7 @@
|
||||
component (fn []
|
||||
[component-class @prop])]
|
||||
|
||||
(when isClient
|
||||
(when (and isClient (dev?))
|
||||
(let [e (debug/track-warnings
|
||||
#(with-mounted-component [component]
|
||||
(fn [c div]
|
||||
|
Loading…
x
Reference in New Issue
Block a user