Skip to content

Commit

Permalink
remove Provider wrapper for 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
namelos committed Oct 12, 2015
1 parent ad43e20 commit 62e6f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let App = connect(

React.render(
<Provider store={store}>
{() => <App />}
<App />
</Provider>,
document.getElementById('root')
);

0 comments on commit 62e6f34

Please sign in to comment.