Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(fetch-cache): remove comments
  • Loading branch information
samcx committed Apr 5, 2024
commit c2f985a517737d9f8d6b360b8697c16a005a404b
4 changes: 0 additions & 4 deletions test/e2e/app-dir/app-static/app/mismatch-tags/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ export default async function Page() {
}
).then((res) => res.text())

console.log('[bruh] data =', data)

const data2 = await fetch(
'https://next-data-api-endpoint.vercel.app/api/random',
{
next: { tags: ['thankyounext', 'justputit'] },
}
).then((res) => res.text())

console.log('[bruh] data2 =', data2)

return (
<>
<p id="page-data">data: {data}</p>
Expand Down