Skip to content

Commit 82cd1a2

Browse files
committed
fix(store): applyBuiltinImportMap when deserialize
1 parent 180dcef commit 82cd1a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/store.ts

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ export function useStore(
286286
setFile(files.value, filename, saved[filename])
287287
}
288288
}
289+
applyBuiltinImportMap()
289290
}
290291
const getFiles: ReplStore['getFiles'] = () => {
291292
const exported: Record<string, string> = {}

0 commit comments

Comments
 (0)