clojurescript-amplified
clojurescript-amplified copied to clipboard
reactify-component: expects a component with one arg?
This might be an issue, example here: https://github.com/DavidVujic/clojurescript-amplified/blob/main/src/stories/app/stories/avatar_stories.cljs#L8
and the helper function here: https://github.com/DavidVujic/clojurescript-amplified/blob/main/src/stories/app/stories/helper.cljs#L9
If I understand the reagent docs correctly, the component that is passed in to reactify-component
should only have one argument.