Open
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
等待5秒;
然后就会报错: NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
What is expected?
渲染新的数据
What is actually happening?
移除的不会导致错误;
增加会导致错误;
System Info
Any additional comments?
我在 ionic 提交了错误报告: ionic-team/ionic-framework#30343 (comment);
那边分析说是 vue 渲染行为导致的该问题; 这是一个错误吗?
只在 <script lang="ts" steup> 下存在该问题;