hverlin / rsbuild-mui-tree-view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rsbuild project

pnpm install
NODE_ENV=production pnpm dev

Update src/App.tsx to reproduce the issue.

// does not work (reproducing the issue)
const _xTreeView = require('@mui/x-tree-view');
const { TreeView, TreeItem } = _xTreeView;

// works
// import {TreeView, TreeItem} from '@mui/x-tree-view';

About


Languages

Language:TypeScript 100.0%