Skip to content

Commit

Permalink
Impl. also toString so that (str app) gives the same result.
Browse files Browse the repository at this point in the history
  • Loading branch information
holyjak committed Jan 23, 2024
1 parent 75d08a6 commit 519993d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/com/fulcrologic/fulcro/raw/application.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@

(def ^:deprecated default-tx! txn/default-tx!)

(defrecord FulcroApp [])
(defrecord FulcroApp []
Object
(toString [_] "#<FulcroApp>"))

#?(:clj
(defmethod clojure.core/print-method FulcroApp
Expand Down

0 comments on commit 519993d

Please sign in to comment.