This commit is contained in:
Jim Berlage 2018-12-04 09:14:27 -06:00
parent f5a192ab2e
commit d2b974dec0
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
([] (util/merge-props))
([defaults] (util/merge-props defaults))
([defaults props] (util/merge-props defaults props))
([defaults props & others] (apply util/merge-props (concat [defaults props] others))))
([defaults props & others] (apply util/merge-props defaults props others)))
(defn flush
"Render dirty components immediately to the DOM.