From 7d257ea0ad8c09878e508796e242cd95db87a23d Mon Sep 17 00:00:00 2001 From: Youngjin Jang Date: Sat, 9 Nov 2019 08:54:12 +0900 Subject: [PATCH] Fix sample code variable name on "Building Great User Experiences with Concurrent Mode and Suspense" blog post (#2541) * Update 2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md #2540 I think `post` is `props.post` * Update 2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md --- ...-great-user-experiences-with-concurrent-mode-and-suspense.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md b/content/blog/2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md index e13aed54..0872ce3f 100644 --- a/content/blog/2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md +++ b/content/blog/2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md @@ -196,7 +196,7 @@ function Post(props) {

by {postData.author}

{/* @defer pairs naturally w to make the UI non-blocking too */} }> - + );