Alexandre Boucher
Alexandre Boucher
I have a similar issue, I have a custom component called `List.Item` and even if I add it to the skip list it still triggers an error. I have plenty...
Slightly different use case, but same outcome for me. Trying to set a `Reference` type custom field, setting it as `jsonencode({ typeId: "key-value-document", id: "some-uuid" })` and it doesn't work....
Just to add to this discussion, I just opened #2218 which I think is related to the discussion, as the bundled Yarn version used by `sanity-cli` seems to be causing...
Same issue here, is this issue prioritized or should we rely on another lib like https://github.com/osdnk/react-native-reanimated-bottom-sheet ?
I agree that proper Sanity v3 support would be great! In the meantime, here is what I did to have the tool work in Sanity v3. The idea is to...
I recently integrated Playroom in our [Cubes](https://github.com/Trampoline-CX/cubes) library. Cubes is a library for quick prototyping of Apps, built with Expo, React Native and React Native Web. Feel free to consult...
> This looks a lot more promising. Seeing this implemented raises a few questions around the ambiguity between the rendering of frames versus the whole document. For example if you...
> Yeah gotcha. I tend to agree that documentation is probably the only defence here. In terms of configuration changes, what are your thoughts on `htmlTemplate` being an object with...
@michaeltaranto Updated code to use new nested configuration with paths (paths act as constants, template value is not inferred dynamically from current path). Also updated documentation to reflect previous discussions....
Totally agree! Or at least have a way to run turborepo on a specific package including its dependencies, but excluding the package itself. So for example I can run `turbo...