-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix Next.js static routes with server actions #6664
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6664 +/- ##
=======================================
Coverage 54.22% 54.23%
=======================================
Files 352 352
Lines 24500 24524 +24
Branches 5069 5073 +4
=======================================
+ Hits 13285 13300 +15
- Misses 10001 10010 +9
Partials 1214 1214 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tackle TODOs. I'll see if next/index.ts:477-482
is needed or if it's considered a hosting bug. Add changelog.
src/frameworks/next/constants.ts
Outdated
|
||
export const ESBUILD_VERSION = "0.19.2"; | ||
|
||
// TODO: import from next/constants after bumping Next.js dependency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesdaniels this depends on #6816
Description
Fixes #6653
Scenarios Tested
Sample Commands