diff --git a/src/main/com/fulcrologic/fulcro/components.cljc b/src/main/com/fulcrologic/fulcro/components.cljc index 19b9dc9b..3f4e3344 100644 --- a/src/main/com/fulcrologic/fulcro/components.cljc +++ b/src/main/com/fulcrologic/fulcro/components.cljc @@ -295,7 +295,7 @@ (should-component-update? [raw-next-props raw-next-state] #?(:clj true - :cljs (if (and goog.DEBUG (force-refresh?)) + :cljs (if (force-refresh?) true (this-as this (let [current-props (props this)