We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.4.0
https://play.vuejs.org/#eNqVU02P2jAQ/SuWLwQpJGzpKQ1oabWHVmq7KnvMJU0G1kv8IdsBVoj/3rFDQgLtaouE4pl5z35jvznSpVLRrgaa0NQUmilLDNhaLTLBuJLaki+SK7LWkpNRFLvAwUdd+UhWtVEgDIREiu+yFhbKkGhYk9OZ1uAzUUhhLClzm5O5AwQjtx6NXa2jBsGYzBfkmAmCPweIdnlVA1I8/ANudUJKGjdyUSgGFriqcgsYEZK2inyEsW8h2cLrPKNuj4ySxH27MG54cY+Yxt2eNKTWoPg120QvRgq8Ky8vowVuzCrQP5Vl2FxGk1Z4RvOqkvtvPmd1DWGbL56h2P4l/2IOLpfRRw0G9A4y2tVsrjdgm/LD6gcccN0VuSzrCtFvFH+BkVXtNDawz7UoUXYP59V+9U/KxObJPBwsXkTblBPqkCePzyi+qLvTf7V+kTuLZp6Hb4a32Lrn1my689PSvIpi4Lkuc9c4D7Hu37hJaakMeqOENRPw6KLg6MqtexKyshpbCl0SjXNmX+zTJi4WOrPTixTvlsnZMv7IqDOO36zvlaHet3o9XiZmMCyf/qPHbdvgsL98nzNLBOwJ4jkzEGg3VijhiXGQtQ10SO6m0+nYU95zHSXbLZbLZRq7xW3bTU8TnqurIWkKQ4dgl40Tn61VJonjohRIK6FiOx0JsLFQPL5HWKzxflDypJT8fhZ9jKZ4vrH9dASGT35rucexwU16rnZ8P0t6okGUoJ3n33fsFa1/9FXp5vjO8ac/el3Vrw==
3.3.13
It works like in old version
It crashed
No response
It seems change here aa0c13f#diff-069bd39ee093a8545c4e26aa7264c6ba4561a28f07f3d7d7080f4c0f71710281L252-R256 caused branch at
core/packages/runtime-core/src/renderer.ts
Line 2315 in a41c5f1
Line 2033 in a41c5f1
vnode.component
It's probably a bug that revealed by an actual fix, because it never fires resolve event before in this situation.
resolve
BTW, it also don't work in SSR, but I don't know whether this is a bug of playground or an actual bug.
The text was updated successfully, but these errors were encountered:
fix(runtime-core): correctly assign suspenseId to avoid conflicts wit…
0648804
…h the default id (#9966) close #9944
Successfully merging a pull request may close this issue.
Vue version
3.4.0
Link to minimal reproduction
https://play.vuejs.org/#eNqVU02P2jAQ/SuWLwQpJGzpKQ1oabWHVmq7KnvMJU0G1kv8IdsBVoj/3rFDQgLtaouE4pl5z35jvznSpVLRrgaa0NQUmilLDNhaLTLBuJLaki+SK7LWkpNRFLvAwUdd+UhWtVEgDIREiu+yFhbKkGhYk9OZ1uAzUUhhLClzm5O5AwQjtx6NXa2jBsGYzBfkmAmCPweIdnlVA1I8/ANudUJKGjdyUSgGFriqcgsYEZK2inyEsW8h2cLrPKNuj4ySxH27MG54cY+Yxt2eNKTWoPg120QvRgq8Ky8vowVuzCrQP5Vl2FxGk1Z4RvOqkvtvPmd1DWGbL56h2P4l/2IOLpfRRw0G9A4y2tVsrjdgm/LD6gcccN0VuSzrCtFvFH+BkVXtNDawz7UoUXYP59V+9U/KxObJPBwsXkTblBPqkCePzyi+qLvTf7V+kTuLZp6Hb4a32Lrn1my689PSvIpi4Lkuc9c4D7Hu37hJaakMeqOENRPw6KLg6MqtexKyshpbCl0SjXNmX+zTJi4WOrPTixTvlsnZMv7IqDOO36zvlaHet3o9XiZmMCyf/qPHbdvgsL98nzNLBOwJ4jkzEGg3VijhiXGQtQ10SO6m0+nYU95zHSXbLZbLZRq7xW3bTU8TnqurIWkKQ4dgl40Tn61VJonjohRIK6FiOx0JsLFQPL5HWKzxflDypJT8fhZ9jKZ4vrH9dASGT35rucexwU16rnZ8P0t6okGUoJ3n33fsFa1/9FXp5vjO8ac/el3Vrw==
Steps to reproduce
3.3.13
, and now it worksWhat is expected?
It works like in old version
What is actually happening?
It crashed
System Info
No response
Any additional comments?
It seems change here aa0c13f#diff-069bd39ee093a8545c4e26aa7264c6ba4561a28f07f3d7d7080f4c0f71710281L252-R256 caused branch at
core/packages/runtime-core/src/renderer.ts
Line 2315 in a41c5f1
core/packages/runtime-core/src/renderer.ts
Line 2033 in a41c5f1
vnode.component
)It's probably a bug that revealed by an actual fix, because it never fires
resolve
event before in this situation.BTW, it also don't work in SSR, but I don't know whether this is a bug of playground or an actual bug.
The text was updated successfully, but these errors were encountered: