Skip to content

Commit

Permalink
docs: remove "use cache" on before code snippet (#71815)
Browse files Browse the repository at this point in the history
Removed `"use cache"` directive on the before example of the code
snippet.
  • Loading branch information
devjiwonchoi authored Oct 24, 2024
1 parent aeb40b7 commit ffde232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion errors/next-prerender-current-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Before:

```jsx filename="app/page.js"
async function InformationTable() {
"use cache"
const data = await fetch(...)
return (
<section>
Expand Down

0 comments on commit ffde232

Please sign in to comment.