Skip to content

Commit 612311c

Browse files
m8msjakubdrozdek
andauthored
Update content/warnings/refs-must-have-owner.md
Co-Authored-By: Jakub Drozdek <30927218+jakubdrozdek@users.noreply.github.com>
1 parent 1c673d9 commit 612311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/warnings/refs-must-have-owner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Jeśli `<Foo>` jest komponentem funkcyjnym, nie możesz tworzyć do niego refere
3131
<Foo ref={foo} />
3232
```
3333

34-
Jeśli musisz dodać referencję do komponentu, zamień go najpierw na klasę, lub rozważ, [czy na pewno potrzebujesz referencji](/docs/refs-and-the-dom.html#when-to-use-refs).
34+
Jeśli musisz dodać referencję do komponentu, zamień go najpierw na klasę lub rozważ, [czy na pewno potrzebujesz referencji](/docs/refs-and-the-dom.html#when-to-use-refs).
3535

3636
## Referencje tekstowe poza metodą render {#strings-refs-outside-the-render-method}
3737

0 commit comments

Comments
 (0)