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 e862e5e commit b8ad73fCopy full SHA for b8ad73f
packages/svelte/src/internal/client/proxy.js
@@ -96,6 +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);
100
if (updating) return;
101
updating = true;
102
path = new_path;
0 commit comments