@mui/codemod
Version:
Codemod scripts for Material UI.
10 lines (9 loc) • 380 B
JavaScript
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsx)(Modal
// `handleOnEscapeKeyDown` is removed by codemod.
// `disableBackdropClick` is removed by codemod.
// You can find more details about this breaking change in [the migration guide](https://mui.com/material-ui/migration/v5-component-changes/#modal)
, {
onClose: handleClose
});
;