Skip to content

Commit

Permalink
Update 2018-10-23-react-v-16-6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tdd authored Oct 16, 2019
1 parent e245923 commit 491561f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2018-10-23-react-v-16-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const OtherComponent = lazy(() => import('./OtherComponent'));

function MyComponent() {
return (
<Suspense fallback={<div>Loading...</div>}>
<Suspense fallback={<div>Chargement…</div>}>
<OtherComponent />
</Suspense>
);
Expand Down

0 comments on commit 491561f

Please sign in to comment.