From 59d43fa5da0619655c7ba3360e969bcbda1716ea Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 21 May 2025 16:35:33 -0400 Subject: add diagnostics meta --- js/example/ink.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'js/example') diff --git a/js/example/ink.tsx b/js/example/ink.tsx index 5eaab4d3b..2cd4aaa0c 100644 --- a/js/example/ink.tsx +++ b/js/example/ink.tsx @@ -38,6 +38,7 @@ function App() { const [state, setState] = useState(initial) const [input, setInput] = useState("") + useEffect(() => { fetch("http://localhost:16713/event") .then(stream => { -- cgit v1.2.3