Skip to content

Commit 9c707d3

Browse files
authored
Unpin reactpy client version (#1027)
1 parent 0a89ecb commit 9c707d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/source/guides/getting-started/_static/embed-doc-ex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="reactpy-app" />
22
<script type="module">
3-
import { mountLayoutWithWebSocket } from "https://esm.sh/@reactpy/client@0.33.3";
3+
import { mountLayoutWithWebSocket } from "https://esm.sh/@reactpy/client";
44
mountLayoutWithWebSocket(
55
document.getElementById("reactpy-app"),
66
"wss://reactpy.dev/_reactpy/stream?view_id=todo"

0 commit comments

Comments
 (0)