-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
React router [email protected] fixes (#1214)
* Specify `ContextRouter` as an exact object Our type signature should not assume that additional keys may be present in this object. * withRouter uses type spread notation, instead of intersection intersection of inexact object types behaves much like spreading, but when both objects are exact, the intersection type becomes an empty set. See: facebook/flow#2626 * Upgrade babel-eslint version in definitions/ to match cli * Tests use spread notation instead of intersection
- Loading branch information
Showing
6 changed files
with
248 additions
and
885 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
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
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
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
Oops, something went wrong.