-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby-remark-images error if using markdownCaptions: true #20000
Comments
I can confirm this is still broken. It looks like #19288 didn't completely fix the problem, since we make a call to Even if we were to use the same check one level deeper, we would just encounter the problem again on the next level. It seems like this might have just gotten a bit messy, and could possibly use some re-thinking around what should be cached and what shouldn't. Maybe Another thing to consider is that the tests in |
Any idea what version this regression started? |
Unfortunately not. I only started using Gatsby on Sunday - two days ago. And I'm assuming that it was a regression, as there was no mention of #19288 not solving the problem. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
I guess the "not stale" label mentioned ^ is warranted here. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
I guess the "not stale" label mentioned ^ is warranted here. |
Can confirm that this is still an issue on latest version of |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Using |
Same issue in |
Who owns this code and can help move it forward, @wardpeet? We're hitting this problem too with a blog that has a lot of captions and don't really have a way around it. |
Hi, I've been waiting for a week and made some changes finally by myself. I've just sent a PR #22256, we will see if it can be merged up, or someone may have a better solution |
Description
There seems to have been a regression and an error similar to the one reported in #16703 and fixed in #19288 is effected if
markdownCaptions: true
is specified in thegatsby-remark-images
configuration withingatsby-config.js
The error is the same, but the reported call stack is a little different.
Steps to reproduce
Create a new Gatsby site using
gatsby-starter-blog
:Run
yarn upgrade
Specify
markdownCaptions
in thegatsby-remark-images
blockRun
yarn develop
Expected result
The page content should be generated and the development site should be available.
Actual result
Environment
The text was updated successfully, but these errors were encountered: