You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified that the issue exists in the latest Next.js canary release
Provide environment information
$ npx --no-install next info
Operating System:
Platform: linux
Arch: x64
Version: #1 SMP Fri Jan 27 02:56:13 UTC 2023
Binaries:
Node: 18.18.0
npm: 9.8.1
Yarn: 1.22.19
pnpm: N/A
Relevant Packages:
next: 13.5.3
eslint-config-next: N/A
react: 18.2.0
react-dom: 18.2.0
typescript: 5.1.6
Next.js Config:
output: N/A
warn - Latest canary version not detected, detected: "13.5.3", newest: "13.5.4-canary.8".
Please try the latest canary version (`npm install next@canary`) to confirm the issue still exists before creating a new issue.
Read more - https://nextjs.org/docs/messages/opening-an-issue
Which example does this report relate to?
with-stripe-typescript
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Which example does this report relate to?
with-stripe-typescript
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
unhandled
is spelled incorrectly.Expected Behavior
unhandled
is spelled correctly.To Reproduce
See
next.js/examples/with-stripe-typescript/app/api/webhooks/route.ts
Line 54 in 5f7faac
The text was updated successfully, but these errors were encountered: