We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a89ecb commit 9c707d3Copy full SHA for 9c707d3
docs/source/guides/getting-started/_static/embed-doc-ex.html
@@ -1,6 +1,6 @@
1
<div id="reactpy-app" />
2
<script type="module">
3
- import { mountLayoutWithWebSocket } from "https://esm.sh/@reactpy/client@0.33.3";
+ import { mountLayoutWithWebSocket } from "https://esm.sh/@reactpy/client";
4
mountLayoutWithWebSocket(
5
document.getElementById("reactpy-app"),
6
"wss://reactpy.dev/_reactpy/stream?view_id=todo"
0 commit comments