Skip to content

Commit

Permalink
chore: Remove alpha label from Next.js (cypress-io#24547)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockindahizzy authored Nov 4, 2022
1 parent 0e8292b commit deb3fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scaffold-config/src/frameworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const WIZARD_FRAMEWORKS = [
codeGenFramework: 'react',
glob: '*.{js,jsx,tsx}',
mountModule: reactMountModule,
supportStatus: 'alpha',
supportStatus: 'full',
/**
* Next.js uses style-loader to inject CSS and requires this element to exist in the HTML.
* @see: https://github.com/vercel/next.js/blob/5f3351dbb8de71bcdbc91d869c04bc862a25da5f/packages/next/build/webpack/config/blocks/css/loaders/client.ts#L24
Expand Down

0 comments on commit deb3fe6

Please sign in to comment.