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 713ae9e commit cb6c018Copy full SHA for cb6c018
packages/svelte/src/internal/client/proxy.js
@@ -96,7 +96,7 @@ export function proxy(value) {
96
let updating = false;
97
/** @param {string} new_path */
98
function update_path(new_path) {
99
- console.log({new_path});
+ console.log({ new_path, updating, stack: new Error().stack });
100
if (updating) return;
101
updating = true;
102
path = new_path;
0 commit comments