Skip to content

Commit be5210c

Browse files
authored
Upgrade dynamic-import package version to fix bug (#267)
1 parent db26b3c commit be5210c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitessce/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def get_uid_str(uid):
148148

149149

150150
ESM = """
151-
import { importWithMap } from 'https://unpkg.com/dynamic-importmap@0.0.1';
151+
import { importWithMap } from 'https://unpkg.com/dynamic-importmap@0.1.0';
152152
const importMap = {
153153
imports: {
154154
"react": "https://esm.sh/[email protected]?dev",

0 commit comments

Comments
 (0)