Skip to content

Commit ee87038

Browse files
committed
1 parent 2c40144 commit ee87038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ You can’t use `connect()` without wrapping the root component in `<Provider>`.
190190
```js
191191
React.render(
192192
<Provider store={store}>
193-
{() => <MyRootComponent>}
193+
{() => <MyRootComponent />}
194194
</Provider>,
195195
rootEl
196196
);

0 commit comments

Comments
 (0)