Luke Bennett

Results 6 issues of Luke Bennett

Hi there, I just found this project and it looks fantastic! I've had a quick look through the docs, and didn't see anything on the topic, but I was wondering...

enhancement

I'm using the `@sanity/block-content-to-react` package like this: ```jsx ``` The image in the `_rawBlockContent` looks like this (it's using the `blockContent` that gets generate when you run `sanity init` and...

Small fix to let the `isNonEmptyArray` guard work with readonly arrays due to a type error ([see TS Playground link here](https://www.typescriptlang.org/play?#code/GYVwdgxgLglg9mABDAzgOQQUQLYAcoCeAggE4kCGBAPACoB8AFAG7kA2IApgFyIkfkATBKwKIaAbQC6ASh4t2HZCkTiaAGkQA6bRMmTEAbwBQiXhyggSSeZ02sOYAOZQAFojqIADAG4jAXyMjCAQUKEQOPEJSClEAXhV9cmVyMAIpX1QMMBx8YjJKBgjc6MppX0JcRRyo-LjECo44YHDIvJjfIJCwosIAJX4hMBESuqlEJMRgsFCM9CxWkcLW-sFhNtLygkrEaoIVweHaxHiGppbc-bWRjqnQs0cQVnISEeOVACIYd413l3ImDjfRDvGwcFDvSSzLK7RZ8B5PF61MpGBqIfrw56vE5bRrNOGPTG1G5dMyrIZ7DgYxExN7iT5A37-QE-UHgxLKW5QKHzYq1Bh8MkidEE6kbFE4tEDNbChFY+o4s4Cg4UqnXIxAA)).

I used this package in a project that loads multiple products, and show the spinner for each products as it loads. Unfortunately this means multiple elements on the page will...