We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sanity.config.tsx
'deskTool' is deprecated.ts(6385) desk.d.ts(1682, 4): The declaration was marked as deprecated here. (alias) deskTool(options: void | StructureToolOptions): PluginOptions import deskTool @deprecated — Import structureTool from sanity/structure instead!
export const customTheme = buildLegacyTheme(partialStudioTheme)
The signature '(partialLegacyTheme: Partial<LegacyThemeProps>): StudioTheme' of 'buildLegacyTheme' is deprecated.
The text was updated successfully, but these errors were encountered:
✏️ Rewrite to structuretool from desktool #2607
b7f9e09
we have to use the deprecated theming solution due to our custom button colors ref
Sorry, something went wrong.
✏️ Rewrite to structuretool from desktool #2607 (#2613)
eaa9ceb
millianapia
No branches or pull requests
sanity.config.tsx
export const customTheme = buildLegacyTheme(partialStudioTheme)
The signature '(partialLegacyTheme: Partial<LegacyThemeProps>): StudioTheme' of 'buildLegacyTheme' is deprecated.
The text was updated successfully, but these errors were encountered: