Skip to content
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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schettn
Copy link

@schettn schettn commented Mar 26, 2024

ref: #38483 (comment)

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.

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Mar 26, 2024
@schettn
Copy link
Author

schettn commented Mar 26, 2024

Hi @pieh!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant