Fragment dynamic component with table keeps table element in dom in production mode
Version
3.0.2
Reproduction link
https://github.com/posva/vue-next-vite-table-dynamic-component-bug
Steps to reproduce
- yarn build
- serve the fist folder (prod like)
- Click on Table button
- Click on Index button
What is expected?
The table should disappear
What is actually happening?
it stays when going back to index
Couldn't reproduce on a jsfiddle: https://jsfiddle.net/0e8wza4g/