arunoda / react-komposer

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

[BUG] Child component isn't rerendered by parent's context change #104

Open mzygmunt opened 8 years ago

mzygmunt commented 8 years ago

Hello, Today I noticed following issue: when child was wrapped by komposer component, then child isn't rendered by the change of parent's context. Here is an example https://github.com/mzygmunt/komposer-issue. Thank you for your hard work on react-komposer!

arunoda commented 8 years ago

I think this is something we need to expect with 2.x - https://github.com/kadirahq/react-komposer/issues/123