Open
Description
Vue version
3.4.21
Link to minimal reproduction
Steps to reproduce
- 定位到 components/types.ts 文件
- 打开控制台并清除所有日志
- 修改 components/types.ts 中的代码(例如移除 Props 中的 a)
- 保存
- 热更新失败,控制台打印错误信息
- 定位到 components/HelloWorld.vue 文件,随意修改代码保存,热更新成功
该问题只出现在 lang="tsx" 的情况,在保存代码进行热更新时抛出错误。
What is expected?
热更新不会抛出错误
What is actually happening?
热更新抛出错误
System Info
No response
Any additional comments?
No response