Lennart

Results 132 comments of Lennart

We haven't tried the updated reproduction since my last comment, but already back then we couldn't verify what you were seeing unfortunately. The issue is also now a mix between...

> this is happening to us on gatsby 5.4.2 @sibelius Please understand that these types of comments are not helpful for us as they are not actionable. As mentioned in...

Please try this again with the latest Gatsby (`npm install gatsby@next`)

Thanks for the investigation @Talaxy009, you're correct. The props are hashed here: https://github.com/gatsbyjs/gatsby/blob/f595257c51fed9ab18dc558e4b85188853eb0e15/packages/gatsby-plugin-image/src/node-apis/parser.ts#L75-L96 Since they are the same it'll be the same murmurhash for the .json files. It's a bug...

Please don't do what @808vita is proposing as this is the incorrect fix. Don't use `replaceHydrateFunction`.

Please track progress on this in https://github.com/parcel-bundler/parcel/issues/5812 as sadly we can't do anything about it.

This will be fixed with https://github.com/gatsbyjs/gatsby/pull/36772

Hi! Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a [minimal reproduction][reproduction]....

A fix for these issues is being worked on here: https://github.com/clerk/javascript/pull/3276