Recently we’ve started having troubles with graphiql with it showing a completely blank screen.
It seems to be caused by Hydrogen loading the plugin explorer from unpkg.com, which is now blocked by modern browsers due to CORS and MIME-type policies. As a result, the entire GraphiQL React tree crashes before it can render.
Any thoughts?