gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.24k stars 10.32k forks source link

fix: warn ./.cache/slice/server-slice.js #38910

Closed schettn closed 3 weeks ago

schettn commented 6 months ago

ref: https://github.com/gatsbyjs/gatsby/issues/38483#issuecomment-1870299093

Currently there is a issue where gatsby develop will fail sometimes with the following warning:

warn ./.cache/slice/server-slice.js
Attempted import error: 'createContentDigest' is not exported from 'gatsby-core-utils/create-content-digest' (imported as
'createContentDigest').

This leads to a total crash on the client side, thus only a white screen appears.

My proposed change will fix that.

schettn commented 6 months ago

Hi @pieh!

Please take a look. I really need this in order to work with Gatsby.