redux-devtools/examples/counter/src
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
..
actions Update counter example 2015-09-24 22:06:06 +03:00
components Update counter example 2015-09-24 22:06:06 +03:00
constants Update counter example 2015-09-24 22:06:06 +03:00
containers Update to final 3.0 APIs 2015-12-14 01:58:27 +00:00
reducers Fix lint 2015-09-24 22:08:20 +03:00
store fix regexp to extract session name 2016-02-20 23:12:32 +01:00
index.js Fixing deprecated issues in AppContainer 2016-07-07 11:26:23 +05:30