arunoda / react-komposer

Feed data into React components by composing containers.
MIT License
732 stars 70 forks source link

React 16 peerDependencies fix #169

Closed Coobaha closed 8 months ago

brucewpaul commented 6 years ago

Is there anything holding this back from being merged and released?

loanlaux commented 6 years ago

More importantly: is someone still maintaining this project? I see that the last commit on master was a long time ago.

bogas04 commented 6 years ago

@arunoda would it be possible for you to merge this PR ? Thanks !

PierreAndreis commented 6 years ago

+1

danielduan commented 6 years ago

We forked, fixed, and published this package as @storybook/react-komposer if you're interested in using it. @Coobaha @loanlaux @bogas04 @PierreAndreis

fortuneNyl commented 6 years ago

I use @storybook/mantra-core in a meteor v1.6.1 app, with react@16.2.0. But a have a problem with the composeWithTracker function. This function have been taken off react-komposer@2, used by storybook, but is still declared in @storybook/mantra-core/dist/index. So, I have a question. How could I send data from my containers to my components? Need help please.