We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec0fe6 commit 7f13bd6Copy full SHA for 7f13bd6
src/content/learn/escape-hatches.md
@@ -471,7 +471,7 @@ This is not ideal. You want to re-connect to the chat only if the `roomId` has c
471
472
```js
473
import { useState, useEffect } from 'react';
474
-import { useEffectEvent as useEffectEvent } from 'react';
+import { useEffectEvent } from 'react';
475
import { createConnection, sendMessage } from './chat.js';
476
import { showNotification } from './notifications.js';
477
0 commit comments