Skip to content

Commit

Permalink
Fix #40: add reagent/adapt-react-class
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 2, 2023
1 parent f045527 commit e4eea0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sci/configs/reagent/reagent.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
(def reagent-namespace
{'atom (sci/copy-var r/atom rns)
'create-element (sci/copy-var r/create-element rns)
'adapt-react-class (sci/copy-var r/adapt-react-class rns)
'as-element (sci/copy-var r/as-element rns)
'with-let (sci/copy-var with-let rns)
'reaction (sci/copy-var reaction rns)
Expand Down

0 comments on commit e4eea0b

Please sign in to comment.