Skip to content

Commit

Permalink
green build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 25, 2019
1 parent bc05f8f commit 893ff36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/menus/MenuListComposition.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function MenuListComposition() {
>
Toggle Menu Grow
</Button>
<Popper open={open} anchorEl={anchorRef.current} disablePortal>
<Popper open={open} anchorEl={anchorRef.current} transition disablePortal>
{({ TransitionProps, placement }) => (
<Grow
{...TransitionProps}
Expand Down
5 changes: 5 additions & 0 deletions packages/material-ui/src/styles/MuiThemeProvider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import React from 'react';
import { ThemeProvider } from '@material-ui/styles';

/**
* @ignore - internal component.
*
* TODO v5: remove
*/
export default function MuiThemeProvider(props) {
if (process.env.NODE_ENV !== 'production') {
console.error(
Expand Down
Empty file.

0 comments on commit 893ff36

Please sign in to comment.