Skip to content

Commit

Permalink
remove fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurC committed Aug 22, 2024
1 parent 09224ae commit 1e02926
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hyperfiddle/electric_dom3_props.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ On unmount:
([node attribute value]
(e/client
(set-property! node attribute value)
;; FIXME remove color after compiler fix
(e/client (e/on-unmount #(set-property! node attribute nil))))))
(e/on-unmount #(set-property! node attribute nil)))))

;;;;;;;;;;;;;
;; Classes ;;
Expand Down

0 comments on commit 1e02926

Please sign in to comment.