You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also there is console.log of slot, in working variation without newlines - there is only 2 nodes, and with newlines - 3 nodes (where one of them has children: ' '
The text was updated successfully, but these errors were encountered:
Vue version
3.5.4
Link to minimal reproduction
https://codesandbox.io/p/sandbox/vue3-transition-group-with-whitespace-preserve-chg4p8?file=%2Fsrc%2FApp.js
Steps to reproduce
What is expected?
No whitespace node when markdown tags with newlines
What is actually happening?
Console spamming with
[Vue warn]: <TransitionGroup> children must be keyed
because of whitespace node (generated from newline)System Info
No response
Any additional comments?
Also on sandbox i have commented working variation.
Also2 there is no issue when using Vue2, i know that since i am working on migrating my repo.
Link that i provided was for a .js template option without Vite;
I also have a link for a case with Vite and tag: https://codesandbox.io/p/devbox/jolly-ives-l6jfvx
Also there is console.log of slot, in working variation without newlines - there is only 2 nodes, and with newlines - 3 nodes (where one of them has
children: ' '
The text was updated successfully, but these errors were encountered: