redux-devtools/examples
rajeshaz09 1f2419ec36 Fixing deprecated issues in AppContainer
The following warnings are fixed.
 1) warning.js:44 Warning: Failed prop type: Passing "props" prop to
<AppContainer /> is deprecated. Replace <AppContainer component={App}
props={{ myProp: myValue }} /> with <AppContainer><App myProp={myValue}
/></AppContainer>.
    in AppContainer

2) Warning: Failed prop type: Passing "component" prop to <AppContainer
/> is deprecated. Replace <AppContainer component={App} /> with
<AppContainer><App /></AppContainer>.
    in AppContainer
2016-07-07 11:26:23 +05:30
..
counter Fixing deprecated issues in AppContainer 2016-07-07 11:26:23 +05:30
todomvc fix(package): move react-hot-loader to dependencies 2016-05-06 16:50:31 +01:00