nextjs
Here are 5,585 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 is the problem?
I want to suggest to move the tsc
command from the pre-commit
hook to the pre-push
hook in the Blitz boilerplate project. The reason for this change is that I find myself quite often in the middle of changes where I only want to commit a chunk of it (e.g. a style change).
Because there is no official way of running tsc
on specific files you are not able to only
-
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 20, 2020 - TypeScript
-
Updated
Sep 25, 2020 - TypeScript
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
Sep 6, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Oct 20, 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 usespreact
instead ofreact
the following error is displayed:It se