Skip to content

Commit

Permalink
docs: remove "use cache" on before code snippet (vercel#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 and stipsan committed Nov 6, 2024
1 parent 3260542 commit 3fd0384
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 3fd0384

Please sign in to comment.