No description
  • HTML 61%
  • JavaScript 23.2%
  • Svelte 15.8%
Find a file
justin.eloff a150de02ae Add readme.
2023-01-12 21:50:45 +02:00
vite-project Setup minimal example 2023-01-12 21:35:09 +02:00
.gitignore Setup minimal example 2023-01-12 21:35:09 +02:00
index.html Setup minimal example 2023-01-12 21:35:09 +02:00
README.md Add readme. 2023-01-12 21:50:45 +02:00

Minimal reproduction of svelte custom components not being cleaned up fully.

Run svelte normally (vite-project directory) yarn dev. Then, open the index.html in the root directory in your browser.

To replicate the bug:

  • click "toggle content" repeatedly. If the content has shown up a second time, this is enough. This can be repeated indefinitely though.
  • click "change store value", the store will update and print it's value. The value will be printed n timse. n being the amount of times the content was shown.