Skip to content
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

Remove `experimental: { serverActions: true } from examples as it is stable in next 14. #57598

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Remove `experimental: { serverActions: true } from examples as it is stable in next 14. #57598

merged 2 commits into from
Oct 31, 2023

Conversation

vinaykulk621
Copy link
Contributor

Before:

/** @type {import('next').NextConfig} */
const nextConfig = {
  experimental: {
    serverActions: true,
  },
}

module.exports = nextConfig

After:

/** @type {import('next').NextConfig} */
const nextConfig = {}

module.exports = nextConfig

@vinaykulk621 vinaykulk621 requested review from a team as code owners October 27, 2023 13:06
@vinaykulk621 vinaykulk621 requested review from timeyoutakeit and steven-tey and removed request for a team October 27, 2023 13:06
@ijjk ijjk added the examples Issue/PR related to examples label Oct 27, 2023
@ijjk
Copy link
Member

ijjk commented Oct 27, 2023

Allow CI Workflow Run

  • approve CI run for commit: 52b1457

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@huozhi huozhi added the CI approved Approve running CI for fork label Oct 31, 2023
@huozhi huozhi merged commit 240730f into vercel:canary Oct 31, 2023
52 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI approved Approve running CI for fork examples Issue/PR related to examples locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants