arunoda / react-komposer

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

Passing props to loadingHandler in v2 #145

Open chrishearn opened 7 years ago

chrishearn commented 7 years ago

You could pass props received by the UI component to the Loading component in React Komposer v1, but it doesn't appear to be possible in v2.

Will this functionality be implemented in future or is there a workaround?

Thanks