Charles Hood

Results 6 comments of Charles Hood

> @arichardmusic as a quick stopgap, commenting out this line: > > https://github.com/ekafyi/gatsby-theme-musician/blob/ada534c670954ca118827cdd7e415e75c6831923/theme/src/gatsby-plugin-theme-ui/componentStyles.js#L11 > > helps with this problem. it does not make the background stretch, but instead makes the...

I’m having the exact same problem on multiple websites. Hope this is fixed soon.

I wonder if Component Shadowing could be used to work around this problem? Find/Replace all instances of en-GB with en-US? https://www.gatsbyjs.org/blog/2019-04-29-component-shadowing/

I've confirmed that simply shadowing "show-item.js" locally and changing en-GB to en-US does not fix the problem. Apparently it's more complex than that.

Sorry, you could ignore that – – I was supposed to be logged in as me when I posted that bug report. Thanks, ~C.H. > On Jan 3, 2020, at...

Okay, first of all, Thanks to @TheRobBrennan for putting me on the right track! I did not implement the fix the same way he did, mine is more of a...