blog
Here are 3,623 public repositories matching this topic...
Summary
The gatsby-manifest-plugin documentation for generating icons is unclear.
icon: `src/images/favion.svg`, // This path is relative to the root of the site.
icons: [
{
src: `src/images/favicon--short.svg`,
sizes: `192x192`,
type: `image/png`,
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Feb 23, 2019 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
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:
- Create a repo with a readme during the script
- See the er
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
Improve this page
Add a description, image, and links to the blog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blog topic, visit your repo's landing page and select "manage topics."
Bug report
Describe the bug
When using
React.Fragmentlike this:You get this warning from React in the console:
``