Nick Verwymeren
Nick Verwymeren
I'm having a similar issue. I have a large list and when I click on the bottom item it can take some time for everything to load, especially on older...
I'm having the same issue. It seems that it's a timezone issue and that ios is automatically converting the time to utc from the devices selected time zone. This is...
It appears there's also a difference with the way the date and time is reported on android vs ios. When I console.log the value of the selected date (Mar 24...
Using the component version of [StaticQuery](https://www.gatsbyjs.org/docs/static-query/#basic-example) fixed this for me.
I upgraded to 3.6.3-alpha.0 and I'm still seeing the issue where the old data persists on my preview page despite clicking save in prismic (this is for a currently published...
@Duaner could we get some clarity on what to do here (even a workaround). Unlike @jgcmarins I cannot even get previews working in develop mode. The lack of previews is...
Looks like my issue ended up being related to https://github.com/birkir/gatsby-source-prismic-graphql/issues/154. I'm at least seeing the updated data now. Still only seeing a blank page for unpublished page previews though.
Just to follow up here, I was told by the Prismic staff the following: > We currently don't recommend running projects with Gatsby image or image sharp as these sort...
@arnaudlewis our use case is even a bit simpler. We has a `slug_prefix` field on all our pages that allows content editors to put whatever they want (ie /products/) then...
@ReeceM Thanks for the reply. I did try the aa/gatsby branch, but still saw the same error messages. I'm not sure if it's something to do with my local setup....