Ty Hopp

Results 10 comments of Ty Hopp

Hi @tordans! I think I understand your issue, but it would be much easier to progress on this if you can provide a [minimal reproduction][reproduction] we can refer to. Thanks!...

Hi @TannerJuby1, I wasn't able to reproduce the error message you see with the minimal starter + offline plugin. Can you provide your own minimal reproduction (public repo and deployed)...

Thanks for the reproduction @TannerJuby1, you need to make `precachePages` a property of `options` like this and it works as expected: ```js module.exports = { siteMetadata: { title: `minimal`, siteUrl:...

Hi @and-who, thanks for the detailed issue description. What Gatsby version are you using? We no longer serialize nodes this way (they're now stored in lmdb), but pages still hit...

Hi @AminEl-Bekry! Can you provide a [minimal reproduction][reproduction] please? The url you linked as a reproduction 404s. [reproduction]: https://gatsby.dev/reproduction

Hi @AminEl-Bekry, I wasn't able to reproduce minimally using the [`using-styled-components` example site](https://github.com/gatsbyjs/gatsby/tree/master/examples/using-styled-components) and styling a Gatsby Link like: ```jsx const StyledLink = styled(Link)` color: red; ` ``` The reproduction...

Hi @twodft, I was able to reproduce this when using the `off-main-thread` strategy with the `wrapRootElement` API. The `wrapPageElement` API works as expected as @ShaunDychko mentioned. For now I've opened...

Hi @jboyd79, sorry you ran into this issue. It appears to be a [known issue](https://github.com/parcel-bundler/parcel/issues/5812) that certain Parcel modules (which are dependencies of Gatsby) do not ship FreeBSD compatible binaries,...

Hi @gorohoroh, thanks for the detailed description and reproduction. Can you share more about what your use case is? Escaping the characters like this renders what you would expect in...

Hi @gorohoroh, I'm sorry you had to experience that. As for the ask here, I agree it would have been better if you were able to get a more precise...