[tree view] TreeItem
import not found
#16280
Labels
component: tree view
TreeView, TreeItem. This is the name of the generic UI component, not the React module!
status: waiting for author
Issue with insufficient information
Summary
import React, { useState } from 'react';
import './Dragable.css';
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
import ExpandLessIcon from '@mui/icons-material/ExpandLess';
import { Box } from '@mui/material';
import { SimpleTreeView } from '@mui/x-tree-view/SimpleTreeView';
import { TreeItem } from '@mui/x-tree-view/TreeItem';
return (
<Box sx={{ minHeight: 352, minWidth: 250 }}>
);
};
export default DragableInputModal;
export 'TreeItem' (imported as 'TreeItem') was not found in '@mui/x-tree-view/TreeItem' (module has no exports)
I am getting this issue and am not getting in solution on web
Examples
import React, { useState } from 'react';
import './Dragable.css';
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
import ExpandLessIcon from '@mui/icons-material/ExpandLess';
import { Box } from '@mui/material';
import { SimpleTreeView } from '@mui/x-tree-view/SimpleTreeView';
import { TreeItem } from '@mui/x-tree-view/TreeItem';
return (
<Box sx={{ minHeight: 352, minWidth: 250 }}>
);
};
export default DragableInputModal;
export 'TreeItem' (imported as 'TreeItem') was not found in '@mui/x-tree-view/TreeItem' (module has no exports)
I am getting this issue and am not getting in solution on web
Motivation
No response
Search keywords: mui
The text was updated successfully, but these errors were encountered: