How to render custom nodes with `renderNode()`

Thanks for your answer @m.finamor.

I’ve tried the first one renderNode(Image, { src: record.image.url, alt: record.image.alt }), but it generates an error Invalid value used as weak map key that seems to come from /node_modules/vhtml/dist/vhtml.js.

I’ll continue debugging where this comes from, but would love any help in the meantime if you have an idea :slight_smile:.

Thanks.