-
Updated
Jul 4, 2020 - TypeScript
{{ message }}
Describe the bug
https://webpack.js.org/migrate/5/#cleanup-the-code
Using named exports from JSON modules: this is not supported by the new specification and you will get a warning. Instead of import { version } from './package.json' use import package from './package.json'; const { version } = package;
To Reproduce
Try to use webpack@^5.0.0-beta.22 and theme-ui@0.3.1
Document & develop React components without breaking a sweat
Tools for developing, documenting, and testing React component libraries
Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Browser-based MDX editor
Documentation of Vercel and other services
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
Live preview example for flutter widgets.
Sites such as https://notes.apiscp.com/ or https://openshift.ktz.cloud/ where you need to scroll the tag list doesn't allow you to select the latest ones as the theme selector overlays them.

Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
Effortless documentation with Next.js and MDX
Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Gatsby MDX Blog Starter Project
Gatsby themes for blazing fast sites.
Add a description, image, and links to the mdx topic page so that developers can more easily learn about it.
To associate your repository with the mdx topic, visit your repo's landing page and select "manage topics."
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: