Skip to content

Commit 1410b8c

Browse files
committed
fix: don't overwrite import map from initial state
closes #252
1 parent c0c3271 commit 1410b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function useStore(
8585
() => {
8686
setImportMap(mergeImportMap(getImportMap(), builtinImportMap.value))
8787
},
88-
{ deep: true, immediate: true },
88+
{ deep: true },
8989
)
9090

9191
watch(

0 commit comments

Comments
 (0)