Skip to content

Commit

Permalink
fix watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 20, 2024
1 parent f199906 commit 832b229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const Web3AuthProvider = defineComponent({
};

watch(
[() => props.config],
() => props.config,
() => {
const resetHookState = () => {
provider.value = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const Web3AuthProvider = defineComponent({
};

watch(
[() => props.config],
() => props.config,
() => {
const resetHookState = () => {
provider.value = null;
Expand Down

0 comments on commit 832b229

Please sign in to comment.