We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72d1a6 commit 8557077Copy full SHA for 8557077
packages/svelte/src/internal/client/runtime.js
@@ -112,15 +112,6 @@ export function set_active_effect(effect) {
112
active_effect = effect;
113
}
114
115
-// TODO remove this, once we're satisfied that we're not leaking context
116
-/* @__PURE__ */
117
-setInterval(() => {
118
- if (active_effect !== null || active_reaction !== null) {
119
- // eslint-disable-next-line no-debugger
120
- debugger;
121
- }
122
-});
123
-
124
/**
125
* When sources are created within a reaction, reading and writing
126
* them should not cause a re-run
0 commit comments