“tsx Transition KeepAlive” exception occurred
Version
3.0.5
Reproduction link
https://github.com/0x30/vue-transition-keepalive-error
Steps to reproduce
- Clone the code to local
- npm install & run
An error occurred
What is expected?
Same as template syntax, normal operation
What is actually happening?
I added these codes and the following problems occurred
This caused by jsx-next, you should submit the issue there.
BTW: The reason for it is that the child nodes of keepAlive
are transformed to slots, which is wrong, it should be treated as the children as it is.