@mui/joy
Version:
Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.
13 lines (12 loc) • 668 B
JavaScript
;
'use client';
/**
* @ignore - do not document.
*/
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var DeletedTextField = exports.default = function DeletedTextField() {
throw new Error(['MUI: `TextField` component has been removed in favor of Input composition.', '', 'To migrate, run `npx @mui/codemod@latest v5.0.0/joy-text-field-to-input <path>`.', 'For the codemod detail, visit https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-text-field-to-input\n\nTo learn more why it has been removed, visit the RFC https://github.com/mui/material-ui/issues/34176'].join('\n'));
};