Skip to content

Commit

Permalink
fix(nextjs): adding "none" style option to next component generator (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-hunter committed Mar 31, 2023
1 parent 77f2d0a commit 5211382
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/generated/packages/next/generators/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
{
"value": "styled-jsx",
"label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]"
}
},
{ "value": "none", "label": "None" }
]
}
},
Expand Down
4 changes: 4 additions & 0 deletions packages/next/src/generators/component/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
{
"value": "styled-jsx",
"label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]"
},
{
"value": "none",
"label": "None"
}
]
}
Expand Down

1 comment on commit 5211382

@vercel
Copy link

@vercel vercel bot commented on 5211382 Mar 31, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.