Commit 18ebf08
Fix undefined $path error in geocomplete setStateUsing
Changed console.log($path, $state) to console.log(path, state)
to fix ReferenceError when selecting autocomplete addresses.
$path and $state are Alpine.js syntax but these are plain JS
function parameters.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 586e57d commit 18ebf08
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments