Skip to content

Commit c84e74b

Browse files
authored
Update withtranslation-hoc.md (#128)
1 parent e3cb959 commit c84e74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latest/withtranslation-hoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const ExtendedComponent = withTranslation()(MyComponent);
7474
```
7575

7676
{% hint style="info" %}
77-
Not using Suspense you will need to handle the not ready state yourself by eg. render a loading component as long `props.tReady === false` . Not doing so will result in rendering your translations before they loaded which will cause save missing be called although translations exists \(just yet not loaded\).
77+
Not using Suspense you will need to handle the not ready state yourself by eg. render a loading component as long `props.tReady === false` . Not doing so will result in rendering your translations before they loaded which will cause save missing be called although translations exist \(just yet not loaded\).
7878
{% endhint %}
7979

8080
## How to

0 commit comments

Comments
 (0)