10000 fix: disable formatters by default · homebaseio/homebase-react@370f5b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 370f5b5

Browse files
fix: disable formatters by default
1 parent a102b25 commit 370f5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/homebase/reagent.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(ns homebase.reagent
22
(:require
33
[homebase.cache :as hbc]
4-
[datalog-console.chrome.formatters] ; Load the formatters ns to extend cljs-devtools to better render db entities in the chrome console if cljs-devtools is enabled.
4+
;; [datalog-console.chrome.formatters] ; Load the formatters ns to extend cljs-devtools to better render db entities in the chrome console if cljs-devtools is enabled.
55
[devtools.protocols :as dtp :refer [IFormat]]
66
[datascript.impl.entity :as de]
77
[reagent.core :as r]

0 commit comments

Comments
 (0)
0