Skip to content

Commit 875fd4d

Browse files
authored
Fix translated heading ids
1 parent b2d481d commit 875fd4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/warnings/legacy-factories.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function render() {
2727
}
2828
```
2929

30-
## Sin JSX {#sin-jsx}
30+
## Sin JSX {#without-jsx}
3131

3232
Si no quieres o no puedes usar JSX, tendrás entonces que envolver tu componente en un *factory* antes de llamarlo:
3333

@@ -42,7 +42,7 @@ function render() {
4242

4343
Esta es una ruta de actualización fácil si ya tienes muchas llamadas como función.
4444

45-
## Componentes dinámicos sin JSX {#componentes-dinamicos-sin-jsx}
45+
## Componentes dinámicos sin JSX {#dynamic-components-without-jsx}
4646

4747
Si recibes un componente de clase de forma dinámica, entonces probablemente sea innecesario crear un *factory* para invocarlo inmediatamente. En su lugar puedes simplemente crear tu elemento en línea:
4848

@@ -54,6 +54,6 @@ function render(MyComponent) {
5454
}
5555
```
5656

57-
## En profundidad {#en-profundidad}
57+
## En profundidad {#in-depth}
5858

5959
[Lee más acerca de POR QUÉ estamos haciendo este cambio.](https://gist.github.com/sebmarkbage/d7bce729f38730399d28)

0 commit comments

Comments
 (0)