Skip to content
#

blog

Here are 18,358 public repositories matching this topic...

next.js
zhangwei900808
zhangwei900808 commented Sep 23, 2020

Bug report

Describe the bug

In with-redux-wrapper example index.js page has a code:

export const getStaticProps = wrapper.getStaticProps(async ({ store }) => {
  store.dispatch(serverRenderClock(true))
  store.dispatch(addCount())
})

the reducer.js

import { countActionTypes } from './action'

const countInitialState = {
  count: 0,
}

export default function r
don-esteban
don-esteban commented Sep 19, 2020

Summary

gatsby-remark-autolink-headers adds style="position: relative" to <h..> Tags. Adding the style attribute to <h..> Tags is intrusive and not always wanted. It should be possible to disable this behavior.

Motivation

Not all designs work well with relative positioned heading elements. One example is "float:right"

alexfinnarn
alexfinnarn commented Jun 24, 2019

Describe the bug

GitHub provides a few options when configuring a new repo like: license, .gitignore file, a README.md, and the Rennovate plugin. If you want to install any of these by default, which I usually do, then you get an error about the remote having newer content.

To Reproduce
Steps to reproduce the behavior:

  1. Create a repo with a readme during the script
  2. See the er

Improve this page

Add a description, image, and links to the blog 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 blog topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.