We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4117c73 commit 02c9e98Copy full SHA for 02c9e98
modules/__tests__/Router-test.js
@@ -97,7 +97,7 @@ describe('Router', function () {
97
}
98
99
render((
100
- <Router history={createHistory('/')} createElement={Component => <Wrapper component={Child} />}>
+ <Router history={createHistory('/')} createElement={x => <Wrapper component={x} />}>
101
<Route path="/" component={Child}/>
102
</Router>
103
), node, function () {
0 commit comments