Skip to content

Commit

Permalink
fix on-render ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdzugan committed May 17, 2020
1 parent 6c84219 commit 73db22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mayu "0.1.42"
(defproject mayu "0.1.43"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/cljc/mayu/dom.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
(let [{:keys [tag attrs children]} mdom
fixed-attrs (-> attrs
(merge (:delayed attrs))
(dissoc :delayed)
(dissoc :delayed :on-render)
(update :style #(-> %1
(dissoc :delayed :remove)
(merge (:delayed %1)))))]
Expand Down

0 comments on commit 73db22d

Please sign in to comment.