Skip to content

Commit 33bbae2

Browse files
merging all conflicts
2 parents 1151bc7 + 23b242e commit 33bbae2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

content/docs/accessibility.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,14 @@ Instrukcja sprawdzenia aplikacji:
431431
3. Używaj klawisza `Enter` do aktywowania elementów.
432432
4. W razie potrzeby używaj klawiszy strzałek do interakcji z niektórymi elementami, takimi jak menu i listy rozwijane.
433433

434+
<<<<<<< HEAD
434435
### Pomoc przy tworzeniu {#development-assistance}
436+
=======
437+
1. Disconnecting your mouse.
438+
1. Using `Tab` and `Shift+Tab` to browse.
439+
1. Using `Enter` to activate elements.
440+
1. Where required, using your keyboard arrow keys to interact with some elements, such as menus and dropdowns.
441+
>>>>>>> 23b242edc4c7eeee5798953ba205e36cc71016b8
435442
436443
Część testów dostępności możemy wykonać bezpośrednio w naszym kodzie JSX. Często kontrole dostępności dla ról, stanów i właściwości ARIA są wbudowane w środowisko IDE obsługujące JSX. Dodatkowo, mamy do dyspozycji również inne narzędzia:
437444

content/docs/hooks-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ Note that in the above example we **need** to keep the function in the dependenc
656656

657657
### What can I do if my effect dependencies change too often? {#what-can-i-do-if-my-effect-dependencies-change-too-often}
658658

659-
Sometimes, your effect may be using reading state that changes too often. You might be tempted to omit that state from a list of dependencies, but that usually leads to bugs:
659+
Sometimes, your effect may be using state that changes too often. You might be tempted to omit that state from a list of dependencies, but that usually leads to bugs:
660660

661661
```js{6,9}
662662
function Counter() {

0 commit comments

Comments
 (0)