Xander Low
Xander Low
For those running into similar issues, here was the solve: ```ts // sanity.config.ts import { codeInput } from "@sanity/code-input" import { createConfig } from "sanity" import { deskTool } from...
> We just released a [new version](https://github.com/sanity-io/code-input/releases/tag/v3.0.0-v3-studio.3) of v3 code input I noticed and took it for a spin! I'm still hitting an SSR error in v4 and I think...
Hmm that didn't seem to fix it either. At a bit of a loss 😅
Never mind I fixed it! Will open a PR shortly
Turns out I don't have access to push up my branch, which makes sense 😅 Is there an article outlining how to contribute to the sanity org repos?
@snorrees just bumped to the latest version and it's working as intended! Thanks for addressing this so quickly 😁
I've also been running into this issue. Noticed a string of failed builds on the deploy dashboard with the same error. I hope your Netlify post brings attention to the...
I'm still experiencing the same behavior when using array of references
Came to report the same bug. Reverting p5 to `1.6.x` fixed this for me while we wait for a fix
> whats the full different script I'm not totally following your ask here. While my implementation is fairly involved, the relevant piece happens [here](https://github.com/xanderjl/www/blob/2b3998783fcfeed49b15e3115fc705180b01e82f/src/utils/p5/sketch.ts#L96-L99). Package versions are [here](https://github.com/xanderjl/www/blob/2b3998783fcfeed49b15e3115fc705180b01e82f/package.json#L35-L36)