Espen Hovlandsdal

Results 160 comments of Espen Hovlandsdal

Oh, so `___` actually means "nested", so I suppose this would actually be `group(field: "tags___title")` or `group(field: "tags___id")`?

Could you try installing `[email protected]` and see if that fixes the issue?

> @rexxars would you be open to support local images? I'm open to downloading pre-transformed images, but I'm skeptical about pulling down full-size images and transforming them on the client,...

I cannot reproduce this. Which versions of the module are you using? Minimal next.js page: ```js import {PortableText} from '@portabletext/react' const Home = () => { return ( ) }...

Very early days, but feel free to give https://github.com/portabletext/react-native-portabletext a try!

Agreed. Anything in particular you're curious about? The [demo](https://github.com/portabletext/react-portabletext/blob/main/demo/demo.tsx) has some typescript code examples that might be useful in the meantime :)

> Do you know if this is somehow exposed when using Webpack? Yes, Webpack exposes an [import.meta.webpackHot.addStatusHandler()](https://webpack.js.org/api/hot-module-replacement/#addstatushandler) function you can use.

Just spent a couple of hours trying to figure out what happened when an app failed in weird ways because of an `instanceof Error` check. Basically, http errors seem to...

Let me know if you want any more changes done to this!