We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b3c6e commit cf79104Copy full SHA for cf79104
modules/Router.js
@@ -100,7 +100,7 @@ const Router = React.createClass({
100
101
invariant(
102
!isUnsupportedHistory(history),
103
- 'You have provided a history object from created with history v3.x. ' +
+ 'You have provided a history object created with history v3.x. ' +
104
'This version of React Router is not compatible with v3 history ' +
105
'objects. Please use history v2.x instead.'
106
)
0 commit comments