diff --git a/packages/material-ui/scripts/rollup.config.js b/packages/material-ui/scripts/rollup.config.js index 4207842d7bd88b..aa5add25dcf8e6 100644 --- a/packages/material-ui/scripts/rollup.config.js +++ b/packages/material-ui/scripts/rollup.config.js @@ -21,7 +21,7 @@ const commonjsOptions = { ignoreGlobal: true, include: /node_modules/, namedExports: { - '../../node_modules/react-is/index.js': ['isValidElementType'], + '../../node_modules/react-is/index.js': ['ForwardRef', 'isValidElementType'], }, };