Skip to content
#

nextjs

Here are 5,585 public repositories matching this topic...

next.js
tw00
tw00 commented Oct 13, 2020

Bug report

Describe the bug

Hi, when using <Head> in a Next.js project that uses preact instead of react the following error is displayed:

Error: Circular structure in "getInitialProps" result of page "/". https://err.sh/vercel/next.js/circular-structure
This error happened while generating the page. Any console logs will be displayed in the terminal window.

It se

Kap
tinacms
blitz
egonm12
egonm12 commented Oct 18, 2020

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

nas5w
nas5w commented Feb 25, 2019

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

cullylarson
cullylarson commented Aug 7, 2020

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
serverless-next.js

Improve this page

Add a description, image, and links to the nextjs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nextjs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.