Simeon Griggs
Simeon Griggs
Keen for this. The appeal of this plugin to me is just using JSX's (awesome) templating language to create static HTML, so the actual React-magic of this only needs a...
That's cool, love it.
I'm also getting `403` status returned when making GraphQL Requests with a JWT Token, however, the Create/Delete Mutations are still working! And the Token works too because if I remove...
This package is terrific, thanks for putting it together. But additionally yeah I'd like to see handling for inline Scripts (such as pushing `window.dataLayer` events) unless you've got a workaround...
I do have a branch sitting around to add just that, I never finished it 🙃 Maybe one day...
I see! Haven't given any consideration to fetching client side like this before and the implication to throwing the doors open on CORS ... let me do some research and...
I don't use this any library so won't extend it to do so -- but I'll accept a well written PR : 😀
Vanilla JS example if anyone's interested... ``` const carousel = document.querySelector('.glide'); if (carousel) { const glideCarousel = new Glide('.glide'); // Automated height on Carousel build glideCarousel.on('build.after', function () { glideHandleHeight();...
Would also like to see this reverted if possible. Not all tooling is ready for ESM only modules.
👋 Hi there! It would be great to be able to update the [Sanity SEO Pane plugin](https://github.com/sanity-io/sanity-plugin-seo-pane) to a newer version of the Yoast library as well!