Angelo Ashmore
Angelo Ashmore
TL;DR: Is `childrenGrvscCodeBlock` a deprecated/internal field that should be removed or not exposed? --- Ah, I apologize, I think mixed up a previous issue I was encountering with what I...
It looks like the `children*` fields are from Gatsby or one of the source/transform plugins and not directly created in `gatsby-remark-vscode`. I think it's safe to close this as I...
@m1guelpf I believe `childrenGrvscCodeBlock` is created implicitly by Gatsby and isn't actually intended to be used. `grvscCodeBlocks` instead should provide the correct data.
@mkurczewski Thanks, works for me as well with the following fix (the `R` generic needs to be forwarded to `Matchers`): ```typescript declare namespace jest { interface Matchers { toHaveStyleRule: import("jest-styled-components").jest.Matchers["toHaveStyleRule"]...
Hey @amosbastian and @MarcMcIntosh, The ``/`` TypeScript error should be fixed with this PR: https://github.com/prismicio/slice-simulator/pull/8 Basically, the type of the `sliceZone` prop appears to be incorrect. There shouldn't be any...
Thanks for the info @amosbastian, it's very helpful! The Key Text => Rich Text issue shouldn't be happening. I just tested this with the latest version (`v0.3.4`) and did not...
Hi @hazem3500, The 404 errors are normal since, when previewing an unpublished document, you will be the 404 page. Can you confirm a couple of things? - Is the URL...
@hazem3500 Do you have `` in both `gatsby-browser.js` and `gatsby-ssr.js`? If not, can you make sure both have the same `wrapRootElement`? If that does not fix it, could you copy...
@hazem3500 I'll test some things out on my side, but could you share your Prismic repository name with me? It could be something specific to a Custom Type model. If...
Hey @kb1995, great suggestion. Reducing the footprint of `gatsby-plugin-prismic-previews` is on the roadmap including lazy loading its code. Lazy loading fonts will be included in this change (or change to...