Skip to content

Commit

Permalink
Returns
Browse files Browse the repository at this point in the history
  • Loading branch information
bielarusajed committed Oct 16, 2023
1 parent 8f23b4f commit 8ded496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/useDebugValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function useOnlineStatus() {
* `value` — значэнне, якое вы хочаце паказваць у React DevTools. Яно можа мець любы тып.
* **(неабавязковае)** `format` — функцыя фармаціравання. Пры даследаванні элемента, React DevTools выкліча функцыю фармаціравання, перадаўшы ў яе `value` у якасці аргумента, і пакажа адфармаціраванае значэнне, якое верне функцыя (яна прымае значэнне любога тыпу). Калі не задаваць функцыю фармаціравання, будзе паказана арыгінальнае значэнне `value`.
#### Вяртае {/*returns*/}
#### Значэнні, якія вяртаюцца {/*returns*/}
`useDebugValue` нічога не вяртае.
Expand Down

0 comments on commit 8ded496

Please sign in to comment.