Vivek
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/content/reference/react/useEffect.md
|
@ -1382,7 +1382,7 @@ export default function App() { |
|
|
</button> |
|
|
</button> |
|
|
</label> |
|
|
</label> |
|
|
{show && <hr />} |
|
|
{show && <hr />} |
|
|
{show && <ChatRoom />} |
|
|
{show && <ChatRoom roomId={roomId}/>} |
|
|
</> |
|
|
</> |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|