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

Skip to content

Conversation

@icyJoseph
Copy link
Collaborator

No description provided.

@nextjs-bot nextjs-bot added created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation. labels Dec 20, 2025

// Simulating external system delay
await setTimeout(100) // from 'node:timers/promises'
await new Promise((resolve) => setTimeout(resolve, 100))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devs are just more familiar with this pattern...

@icyJoseph icyJoseph enabled auto-merge (squash) December 20, 2025 22:08
@icyJoseph icyJoseph merged commit 9b44e2f into canary Dec 20, 2025
72 checks passed
@icyJoseph icyJoseph deleted the docs/papercuts-dec-2 branch December 20, 2025 22:11
@plmrry
Copy link
Member

plmrry commented Dec 20, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants