compileTemplate is not a function
Vue version
3.2.46
Link to minimal reproduction
https://github.com/zynth17/vue-essentials-starter
Steps to reproduce
install and run the project
What is expected?
should run normally
What is actually happening?
after updating to 3.2.46 got the error
compileTemplate is not a function
11:14:16 AM [vite] Internal server error: compileTemplate is not a function
at Vue3Compiler (/Users/reeve/Documents/reeve/Projects/vue-essential-starter/node_modules/.pnpm/unplugin-icons@0.15.2/node_modules/unplugin-icons/dist/chunk-X6JWFUC3.js:193:18)
System Info
System:
OS: macOS 13.1
CPU: (8) arm64 Apple M1 Pro
Memory: 68.80 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 18.12.0 - ~/.nvm/versions/node/v18.12.0/bin/node
npm: 8.19.2 - ~/.nvm/versions/node/v18.12.0/bin/npm
Browsers:
Brave Browser: 108.1.46.153
Firefox Developer Edition: 110.0
Safari: 16.2
npmPackages:
vue: ^3.2.46 => 3.2.46
Any additional comments?
this is a blocking bug, can't even run the project because of this error.