nextjs
Here are 5,535 public repositories matching this topic...
-
Updated
Sep 3, 2019 - TypeScript
Summary
I don't want to use TSDX for plugin dev, I'd like to use @tinacms/scripts to get the same experience as deving for Tina Core.
Basic example
npm i @tinacms/scripts
Th
What do you want and why?
Add the following to the new app template tsconfig, in the compilerOptions.
"incremental": true,
"tsBuildInfoFile": ".tsbuildinfo",
-
Updated
Oct 6, 2020
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 18, 2019
-
Updated
Oct 15, 2020 - JavaScript
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Oct 6, 2020 - TypeScript
If you use LocalBusinessJsonLd and don't include an images prop, the schema will be generated with the image attribute set to the string "undefined". Same thing happens if no id is provided. It seems like it should not be included in the schema output at all, if empty.
For example:
<LocalBusinessJsonLd
type="Store"
id="http://davesdeptstore.example.com"
name="Dave's-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Oct 18, 2020 - TypeScript
-
Updated
Sep 25, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
As seen in code coverage: https://codecov.io/gh/serverless-nextjs/serverless-next.js/tree/master/packages/serverless-components/domain, domain component has 0% coverage.
Adding tests for this should get us from 79% to ~90% overall coverage.
@SarKurd I remember you wanted to add tests for this. Let me know if you are still interested to add tests or someone else can also take it up
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Oct 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the nextjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nextjs topic, visit your repo's landing page and select "manage topics."


Bug report
Describe the bug
Hi, when using
<Head>in a Next.js project that usespreactinstead ofreactthe following error is displayed:It se