Skip to content

Commit 70ae3a0

Browse files
fix: island hydration warning message (leptos-rs#3023)
1 parent 96e2b5c commit 70ae3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leptos/src/hydration/island_script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
if (islandFn) {
3939
islandFn(el);
4040
} else {
41-
console.warn(`Could not find WASM function for the island ${l}.`);
41+
console.warn(`Could not find WASM function for the island ${id}.`);
4242
}
4343
}
4444
function hydrateIslands(entry, mod) {

0 commit comments

Comments
 (0)