kentcdodds / old-kentcdodds.com

Kent's Homepage
http://kentcdodds.com
MIT License
735 stars 442 forks source link

Blog overview page crashes #670

Closed fxOne closed 3 years ago

fxOne commented 3 years ago

If I scroll to the bottom on https://kentcdodds.com/blog/ the whole page get white and I found this error in the console:

TypeError: Cannot read property 'childImageSharp' of null
    at v (index.js:78)
    at to (react-dom.production.min.js:157)
    at Ao (react-dom.production.min.js:180)
    at Do (react-dom.production.min.js:178)
    at Io (react-dom.production.min.js:177)
    at Bu (react-dom.production.min.js:274)
    at Ei (react-dom.production.min.js:250)
    at ki (react-dom.production.min.js:250)
    at wi (react-dom.production.min.js:250)
    at di (react-dom.production.min.js:243)

An reload of the page does not help as the page scrolls back down and the error occurs again

kentcdodds commented 3 years ago

Thanks! Deploying a fix now.