Describe the bug A clear and concise description of what the bug is.
I encountered a weird bug when trying to render a @mui/lab/TreeView component.
When packup is bundling the assets, the error below happens

If I use vite to bundle then the error goes away.
To Reproduce Steps to reproduce the behavior:
- I created this repo with reproduction and proof that it works with vite
- There are instructions in the README and below
- Clone the repo
deno task build
deno task dev --app-path=./dist
Expected behavior A clear and concise description of what you expected to
It should run without errors
Screenshots If applicable, add screenshots to help explain your problem.
