Jordan Lawrence
Jordan Lawrence
A workaround I've found it to use `window.requestAnimationFrame`: ``` useEffect(() => { if (itemsUpdated) { window.requestAnimationFrame(() => elRef.current?.scrollIntoView() ) } }, []) ```
Just a thought on whether there are any tests we can add around this @pedrobonamin ?
Hello, I see that you are trying to set the media preview for each document to `media: 'tabs.0.button.text'`. Is this intentional, as it is trying to access the text string...
Hi - are you able to update if you are still experiencing this issue?
Hello, thank you for raising this feature request.Have you tried adding weighted search to your studio?[https://www.sanity.io/docs/studio-search-config](https://www.sanity.io/docs/studio-search-config)
You could also try opting to our newer (and currently not widely released or recommended) Text Search API, by setting: ``` // ./sanity.config.ts|js import {defineConfig} from 'sanity' export default defineConfig({...
This pull request introduces significant changes to the restore operations in the `document-pair` module. The primary update involves splitting the existing `restore` operation into two distinct operations: `restoreRevision` and `restoreDocument`....
This pull request introduces support for managing document versions and releases in the `SanityClient` and `ObservableSanityClient` classes. Key updates include new methods for creating, replacing, discarding, and unpublishing document versions,...
> Ooh, I'm a fan of this! Did you consider a more general-named header, like e.g.: > > ``` > X-Sanity-App: '[email protected]' > ``` I was very close minded when...
@bjoerge I've adjusted the header to be `x-sanity-app` 😄