Charlie Brown

Results 136 comments of Charlie Brown

Slidewidth is entirely controlled by the consumer now in v8, with support for multiple slide widths.

Closing as the code is no longer valid in the new codebase, however, we are using the great tests written here as a baseline to ensure we test this and...

This behavior has been entirely rewritten in v8 and should work as expected

The following currently works: ``` /packages/A/package.json "scripts": { "prerelease": "yarn version --patch", "release": "npm publish", } /packages/B/package.json "scripts": { "prerelease": "yarn version --patch", "release": "npm publish", } /package.json "scripts": {...

Do you have errors in the browser console? Can you post a reproduceable example?

React live will support any css classes you pass to the component, but Tailwind is not built-in to the component itself so your host site must supply the Tailwind framework....

Maintainer reproduction ![infertype](https://github.com/FormidableLabs/groqd/assets/1521394/a1701b56-4dd4-41db-b1d9-2a0602f66e43)

@ttavni Is your `altText` directly on the `asset` type and not as an [extension](https://www.sanity.io/docs/image-type#0218af3e619e) of the `image` type or part of the asset `metadata` [field](https://www.sanity.io/docs/image-type#df3f768ce073)? Is it possible to post...

Currently it does require both rowcount and columncount. It would be easy to default that to 1 for both if not specified. It would not be a breaking change. I...

Ah I see. Thanks for clarifying that, will look into this.