-
Notifications
You must be signed in to change notification settings - Fork 808
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fixed] backward compatibility with previous react versions.
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,8 @@ | |
"karma-webpack": "^2.0.4", | ||
"mocha": "3.5.3", | ||
"npm-run-all": "^4.1.1", | ||
"react": "^16", | ||
"react-dom": "^16", | ||
"react": "^16.0.0", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
diasbruno
Author
Collaborator
|
||
"react-dom": "^16.0.0", | ||
"react-router": "^4.2.0", | ||
"react-router-dom": "^4.2.2", | ||
"should": "^13.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@diasbruno If you have added "backward compatibility with previous react versions" via
isReact16
flag in this commit why didn't you changeto