We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6195de9 commit 827084eCopy full SHA for 827084e
1 file changed
packages/browser-ui/examples/App.tsx
@@ -115,7 +115,7 @@ const App = () => {
115
>
116
<BrowserCanvas
117
ref={ref}
118
- wsEndpoint="ws://127.0.0.1:9222/devtools/browser/ef65a72b-8a0f-46b5-8659-a33564fa662f"
+ wsEndpoint="ws://127.0.0.1:9222/devtools/browser/xxx-xxx-xxxx"
119
onReady={handlePageReady}
120
onError={(err) => {
121
console.error('BrowserCanvas Error:', err);
0 commit comments