Don Huskini
Don Huskini
@kruserr do you think this PR fixes [this issue](https://github.com/joe-bell/plaiceholder/issues/39) as well? I've been waiting for a solution for this. The placeholder blur effect works great for most images but the...
Same problem. Looking for a solution as well.
I ended up going with another solution that doesn't require the plugin. Get the height from the window.innerHeight. It will not count the bottom nav bar height.
@angelod1as you need to use **__typename** Refer to this issue https://github.com/contentful/rich-text/issues/61#issuecomment-740691185 ``` query($slug: String!) { contentfulBlogPost(slug: { eq: $slug }) { title publishedDate(formatString: "MMMM Do, YYYY") body { raw references...
I'd like to know if this hydration error also relates to this issue. I'm conditionally rendering a Dialog or Button based on viewport size. If it's a small window, I'd...
@slawekkolodziej if you have a sample of how to use partytown with NextJS, please I'd love to see one. I've tried a lot and never managed to make it work...