clojurescript-amplified icon indicating copy to clipboard operation
clojurescript-amplified copied to clipboard

reactify-component: expects a component with one arg?

Open DavidVujic opened this issue 3 years ago • 0 comments

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.

DavidVujic avatar Nov 25 '21 09:11 DavidVujic