Marc Coët
Marc Coët
@zachleat, as a path forward for closing this issue, I see 2 possible improvements. 1. Improve the docs to pin explicitly what `urlPath` does, provide some example setup and configurations,...
Ok, that is what I thought. In this plugin specifically, would it be possible to have the `query` parameter accept a function so that we can modify it manually? I...
For reference, I suggested adding a feature on the GROQ spec Github [here](https://github.com/sanity-io/GROQ/issues/103).
Update: I currently landed on this syntax. ``` const { tag = "div", text, html, raw, ...attributes } = block; const a = JSON.stringify(attributes).replaceAll('"', "'"); const t = text ?...
Just to make sure I was clear... Note that it seems to work when we don't need props. ``` ```