Skip to content

Commit

Permalink
Allow force refresh in release builds. This is needed by i18n change …
Browse files Browse the repository at this point in the history
…locale.
  • Loading branch information
awkay committed Nov 4, 2023
1 parent cac387b commit 577878c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/com/fulcrologic/fulcro/components.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 577878c

Please sign in to comment.