From 0550d62713a1c3610ed74177ed2ff111368c0127 Mon Sep 17 00:00:00 2001 From: Jhon Mike Date: Mon, 10 Feb 2025 22:59:58 -0300 Subject: [PATCH] fix: adjusted useEffect page translate (#941) --- src/content/reference/react/useEffect.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/content/reference/react/useEffect.md b/src/content/reference/react/useEffect.md index b09ac33fe..da8ecda1d 100644 --- a/src/content/reference/react/useEffect.md +++ b/src/content/reference/react/useEffect.md @@ -216,7 +216,7 @@ button { margin-left: 10px; } - + #### Ouvindo um evento global do navegador {/*listening-to-a-global-browser-event*/} @@ -265,7 +265,7 @@ body { - + #### Iniciando uma animação {/*triggering-an-animation*/} @@ -364,7 +364,7 @@ html, body { min-height: 300px; } - + #### Controlando um diálogo modal {/*controlling-a-modal-dialog*/} @@ -424,7 +424,7 @@ body { - + #### Rastreando a visibilidade de um elemento {/*tracking-element-visibility*/} @@ -496,7 +496,7 @@ export default function Box() { - + @@ -635,7 +635,7 @@ button { margin-left: 10px; } - + #### Hook personalizado `useWindowListener` {/*custom-usewindowlistener-hook*/} @@ -692,7 +692,7 @@ body { - + #### Hook personalizado `useIntersectionObserver` {/*custom-useintersectionobserver-hook*/} @@ -780,7 +780,7 @@ export function useIntersectionObserver(ref) { - + @@ -1237,7 +1237,7 @@ button { margin-left: 5px; } - + #### Passando um array de dependências vazio {/*passing-an-empty-dependency-array*/} @@ -1313,7 +1313,7 @@ export function createConnection(serverUrl, roomId) { - + #### Não passando nenhuma array de dependências {/*passing-no-dependency-array-at-all*/} @@ -1411,7 +1411,7 @@ button { margin-left: 5px; } - +