q-expansion-item
leaks memory if its child is not a q-item-section
#17405
Labels
area/components
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
📤 external lib issue
Qv2 🔝
Quasar v2 issues
What happened?
When I update the model of the default slot of
q-extension-item
, memory is leaked if this slot is not filled with aq-item-section
This leaks memory when
myString
is updatedThis works well when
myString
is updatedWhat did you expect to happen?
No memory leak
Reproduction URL
https://stackblitz.com/edit/quasarframework-ygojpg?file=src%2Fpages%2FIndexPage.vue
How to reproduce?
I didn't manage to see the memory go up directly on stackblitz, but it might be due to the fact that the code is executed in an iframe
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: