Repro for sveltejs/svelte#7488.
npm run build
then npm start
. Visit localhost:8080 and observe that the <Empty>
component's destroy callbacks do not run.
Repro for sveltejs/svelte#7488.
npm run build
then npm start
. Visit localhost:8080 and observe that the <Empty>
component's destroy callbacks do not run.