Grayson Hicks

Results 66 comments of Grayson Hicks

Looks like storybook's own Gatsby example is broken on their v7 version, so they need to provide guidance on what should change. There is already an open issue on the...

@eur2 @juliannehalversen Unfortunately this issue is upstream, with Preact, not with Gatsby. The required PR is here: https://github.com/preactjs/preact-render-to-string/pull/259 You can watch that PR for updates, but it is out of...

I tested this on my site and it works as expected @oorestisime

Okay, sorry for the delay. Rebased this and added the deprecation notes back. Tested again on my site and works as expected. I noticed in the example dir, there may...

Thanks @holly-cummins and @tobyS I will get this merged and released ASAP

Seeing the same thing on a site: ![image](https://user-images.githubusercontent.com/16200795/212117540-8b75b508-c4fd-404c-870e-df165fb2c1dc.png) I believe it _may_ be a false positive since that function is calling `scriptContent` which should always be controlled by the user...

I think the solution here is using `SerializeFrom` from `@remix-run/server-runtime`. e.g. ```javascript export default function PostList({ posts }: { posts: SerializeFrom; }) { return ( Posts! ); }

Heck yes! I saw you have done that in some other places. PR welcome. Would be cool to try on stream as well?

Sure! Hopefully can give some context on this plugin, help out a bit, and learn how you add the CDN support.

@jsbrain Oh that looks like a cool use case! That is not currently supported.