Skip to content
Snippets Groups Projects
Commit d78b06fe authored by Anthony's avatar Anthony
Browse files

Comment mui4 code not supported

parent 7e628f9c
No related branches found
No related tags found
1 merge request!10Draft: MigratingAnnotationCreation to MUI5.
Pipeline #1658 failed
......@@ -35,7 +35,6 @@
},
"peerDependencies": {
"lodash": "^4.17.11",
"mirador": "git+https://github.com/ProjectMirador/mirador/tree/mui5",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
......@@ -66,7 +65,6 @@
"jest-canvas-mock": "^2.2.0",
"jest-junit": "^15.0.0",
"jest-localstorage-mock": "^2.4.2",
"mirador": "git+https://github.com/ProjectMirador/mirador/tree/mui5",
"nwb": "^0.24.7",
"prop-types": "^15.7.2",
"react": "^17.0.0",
......
......@@ -114,4 +114,4 @@ HMSInput.propTypes = {
HMSInput.defaultProps = {
};
export default withStyles(styles)(HMSInput);
export default HMSInput;
......@@ -59,4 +59,4 @@ ImageFormField.propTypes = {
ImageFormField.defaultProps = {
};
export default withStyles(styles)(ImageFormField);
export default ImageFormField;
......@@ -5,7 +5,6 @@ import ToggleButton from '@mui/lab/ToggleButton';
import ToggleButtonGroup from '@mui/lab/ToggleButtonGroup';
import BoldIcon from '@mui/icons-material/FormatBold';
import ItalicIcon from '@mui/icons-material/FormatItalic';
import { withStyles } from '@mui/material/styles';
import { stateToHTML } from 'draft-js-export-html';
import { stateFromHTML } from 'draft-js-import-html';
......@@ -129,4 +128,4 @@ TextEditor.defaultProps = {
updateAnnotationBody: () => {},
};
export default withStyles(styles)(TextEditor);
export default TextEditor;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment