Open
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.20
Environment
Vue 3.2.45
Reproduction link
Steps to reproduce
- Check the codesandbox
- Open the console
- Click the "Click me" button
What is expected?
The content should only render a single time.
What is actually happening?
The content is rendered 11 times.
I ran into this bug because rendering a bigger list eg 100 items takes a performance his and freezes the UI for a second.