๐Ÿ‘€ Our most exciting product launch yet ๐Ÿš€ Join us May 8th for Sanity Connect

Disabling beta features and reporting a bug in the latest version of the studio.

14 replies
Last updated: Mar 28, 2024
Hey team, we just updated our studio to the latest version (3.35.2) and I was wondering if we had any control on the beta features. For example, we could like to disable for now comments as well as the tasks as we're getting weird behaviour with it (see my screenshot showing duplicated tasks menu). Thanks.
Mar 26, 2024, 3:07 PM
About disabling comments, I found this article but it didn't help as the
unstable_comments.enabled
doesn't seem to do anything
_Edit_: I made it work, but what about Tasks and duplicated panels?
Mar 26, 2024, 3:19 PM
Hello David.You can disable it by adding this into the
defineConfig
function.
defineConfig({
  ...restOfConfig,
  unstable_tasks: {
    enabled: false,
  },
})
Mar 26, 2024, 3:21 PM
Amazing thanks, let me give it a try ๐Ÿ™‚
Mar 26, 2024, 3:21 PM
What's your current setup for the studio? Is it an embebed studio?Are you inserting multiple
structure
plugins?
Mar 26, 2024, 3:22 PM
I do have multiple structures yes, actually have 4, just like I see 4 tasks panels
Mar 26, 2024, 3:23 PM
Got it, yes that's the reason why you see 4 tasks panels.
Mar 26, 2024, 3:24 PM
Makes sense I guess, although they all behave as one and when clicking one of them it opens them all
Mar 26, 2024, 3:24 PM
Yes, they are using the same context to handle the navigation inside tasks.
Mar 26, 2024, 3:26 PM
We will need to fix it internally, I don't think it can be fixed from your side.
Mar 26, 2024, 3:26 PM
That's alright, I will deactivate the feature for now, I don't think we had a use for it yet anyways. Thanks for your help
user N
๐Ÿ™‚
Mar 26, 2024, 3:27 PM
Thanks for reporting
user A
! Will let you know as soon as it's fixed.
Mar 26, 2024, 3:35 PM
A fix has been pushed for this just now. https://github.com/sanity-io/sanity/releases/tag/v3.36.1
Mar 27, 2024, 7:35 PM
Amazing, super quick turn around thank you
user N
. Also since you are here, whatโ€™s the best way to report another bug potentially related to multiple desk structures? This channel?
Mar 27, 2024, 7:36 PM
To report bugs I would recommend doing it through the github issues https://github.com/sanity-io/sanity/issues
Mar 28, 2024, 8:15 AM

Sanityโ€“ build remarkable experiences at scale

Sanity is a modern headless CMS that treats content as data to power your digital business. Free to get started, and pay-as-you-go on all plans.

Was this answer helpful?