mantrajs / mantra-sample-blog-app

A sample blog app built with Mantra
http://mantra-sample-blog-app.herokuapp.com/
MIT License
296 stars 104 forks source link

use composeAllWithStub fix nested container issue #110

Open ihealthdavid opened 8 years ago

ihealthdavid commented 8 years ago

use composeAllWithStub defined in PR kadirahq/react-komposer#85 instead of disable(). This enables proper rendering of the nested container components. Specifically:

This PR addresses kadirahq/react-storybook#45.