We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5981be8 commit db722c8Copy full SHA for db722c8
test/runtime/samples/ondestroy-deep/destroyed.js
@@ -1,3 +1,3 @@
1
-export let destroyed = [];
+export const destroyed = [];
2
3
export const reset = () => destroyed.length = 0;
0 commit comments