Skip to content

Commit d9295c7

Browse files
committed
Fixed no global error for react-joyride
1 parent e46f38d commit d9295c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
<body>
99
<div id="root"></div>
1010
<script type="module" src="/src/main.jsx"></script>
11+
<script>const global = globalThis;</script>
1112
</body>
1213
</html>

0 commit comments

Comments
 (0)