https://github.com/codeandweb/gatsby-bug-remark-images
https://github.com/codeandweb/gatsby-bug-remark-images
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeandweb/gatsby-bug-remark-images
- Owner: CodeAndWeb
- License: 0bsd
- Created: 2021-03-26T13:41:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T14:17:53.000Z (about 5 years ago)
- Last Synced: 2025-02-25T06:43:42.337Z (over 1 year ago)
- Language: JavaScript
- Size: 637 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby mdx test project to reproduce a bug in gatsby-bug-remark-images
Demonstrates a bug in Gatsby 3 where the background is not properly removed from images after
blur-up in an mdx file.

It seems that `onRouteUpdate` is not properly called in the plugin's `gatsby-browser.js`
A workaround is to add the following line to your own `gatsby-browser.js`:
exports.onRouteUpdate = require("gatsby-remark-images/gatsby-browser").onRouteUpdate;