-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Increase React peer dependency to v16.8.0 (#14432)
- Loading branch information
1 parent
0a5916c
commit 2c3c897
Showing
21 changed files
with
309 additions
and
436 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -217,11 +217,6 @@ function preventPageScrolling(event) { | |
event.preventDefault(); | ||
} | ||
|
||
/* istanbul ignore if */ | ||
if (process.env.NODE_ENV !== 'production' && !React.createContext) { | ||
throw new Error('Material-UI: [email protected] or greater is required.'); | ||
} | ||
|
||
/** | ||
* @param {number} rawValue | ||
* @param {object} props | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"build/umd/material-ui.production.min.js": { | ||
"bundled": 867738, | ||
"minified": 320738, | ||
"gzipped": 84774 | ||
"bundled": 868476, | ||
"minified": 321053, | ||
"gzipped": 84839 | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,11 +48,6 @@ export const styles = { | |
focusVisible: {}, | ||
}; | ||
|
||
/* istanbul ignore if */ | ||
if (process.env.NODE_ENV !== 'production' && !React.createContext) { | ||
throw new Error('Material-UI: [email protected] or greater is required.'); | ||
} | ||
|
||
/** | ||
* `ButtonBase` contains as few styles as possible. | ||
* It aims to be a simple building block for creating a button. | ||
|
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 |
---|---|---|
|
@@ -38,11 +38,6 @@ export const styles = theme => ({ | |
}, | ||
}); | ||
|
||
/* istanbul ignore if */ | ||
if (process.env.NODE_ENV !== 'production' && !React.createContext) { | ||
throw new Error('Material-UI: [email protected] or greater is required.'); | ||
} | ||
|
||
/** | ||
* Modal is a lower-level construct that is leveraged by the following components: | ||
* | ||
|
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 |
---|---|---|
|
@@ -94,11 +94,6 @@ export const styles = theme => { | |
}; | ||
}; | ||
|
||
/* istanbul ignore if */ | ||
if (process.env.NODE_ENV !== 'production' && !React.createContext) { | ||
throw new Error('Material-UI: [email protected] or greater is required.'); | ||
} | ||
|
||
class Snackbar extends React.Component { | ||
state = {}; | ||
|
||
|
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 |
---|---|---|
|
@@ -25,11 +25,6 @@ export function reset() { | |
nodeThatClaimedTheSwipe = null; | ||
} | ||
|
||
/* istanbul ignore if */ | ||
if (process.env.NODE_ENV !== 'production' && !React.createContext) { | ||
throw new Error('Material-UI: [email protected] or greater is required.'); | ||
} | ||
|
||
class SwipeableDrawer extends React.Component { | ||
state = {}; | ||
|
||
|
Oops, something went wrong.