Skip to content

Commit

Permalink
Update src/content/reference/react/cache.md
Browse files Browse the repository at this point in the history
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
  • Loading branch information
locol23 and smikitky authored Oct 11, 2023
1 parent 53bdcc3 commit 7d99959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ async function MinimalWeatherCard({city}) {

[//]: # 'TODO: add links to Server Components when merged.'

<CodeStep step={3}>非同期レンダー</CodeStep> はサーバコンポーネントでのみサポートされています。
<CodeStep step={3}>非同期レンダー</CodeStep>はサーバコンポーネントでのみサポートされています。

```js [[3, 1, "async"], [3, 2, "await"]]
async function AnimatedWeatherCard({city}) {
Expand Down

0 comments on commit 7d99959

Please sign in to comment.