Skip to content

Commit

Permalink
fix: don't overwrite import map from initial state
Browse files Browse the repository at this point in the history
closes #252
  • Loading branch information
sxzz committed May 31, 2024
1 parent c0c3271 commit 1410b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function useStore(
() => {
setImportMap(mergeImportMap(getImportMap(), builtinImportMap.value))
},
{ deep: true, immediate: true },
{ deep: true },
)

watch(
Expand Down

0 comments on commit 1410b8c

Please sign in to comment.