Skip to content

Commit

Permalink
remove comments about React 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
omnidan committed Oct 15, 2015
1 parent 83992b5 commit d31a333
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/basics/ExampleTodoList.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ let store = createStore(todoApp);

let rootElement = document.getElementById('root');
render(
// The child must be wrapped in a function
// to work around an issue in React 0.13.
<Provider store={store}>
<App />
</Provider>,
Expand Down
2 changes: 0 additions & 2 deletions docs/basics/UsageWithReact.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ let store = createStore(todoApp);

let rootElement = document.getElementById('root');
render(
// The child must be wrapped in a function
// to work around an issue in React 0.13.
<Provider store={store}>
<App />
</Provider>,
Expand Down

0 comments on commit d31a333

Please sign in to comment.