arunoda / react-komposer

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

Pass container context to handle sending data on unmounted #176

Open nachocodoner opened 6 years ago

nachocodoner commented 6 years ago

This PR gives an option to avoid https://github.com/arunoda/react-komposer/issues/152 issue by passing the container context to check on the reactive computation if it was unmounted before to proceed sending data.