Brad Douglas

Results 4 comments of Brad Douglas

@Kum0ri I ran into the same issue as well. Here's a link to a CodePen that I made up quickly to show how to get around this. https://codepen.io/bradjdouglas/pen/mLYebN?editors=1100 As you...

@MrMooky @bdkjones Any resolution on this? I'm experiencing the same issue. I was using a Main js file that was importing some functions from another file. That was working fine....

I changed my staticQuery inside my index page to a page query. Ran the check: ``` const prismicContent = data.prismic.allSplash_pages.edges[0] if (!prismicContent) return null ``` That seemed to fix the...

@sniperyork Ever figure this out? I'm running into the same issue.