POC: feat: add mode updater to SaltTheme #23275
Annotations
3 errors
packages/core/src/__tests__/__e2e__/salt-provider/SaltProvider.cy.tsx#L363
Type 'Mode' is not assignable to type '"dark" | "light" | undefined'.
|
packages/core/src/salt-provider/SaltProvider.tsx#L477
Type '{ theme: string; mode: "dark" | "light"; themeNext: boolean; corner: "sharp" | "rounded"; UNSTABLE_corner: "sharp" | "rounded"; headingFont: "Open Sans" | "Amplitude"; UNSTABLE_headingFont: "Open Sans" | "Amplitude"; accent: "blue" | "teal"; UNSTABLE_accent: "blue" | "teal"; actionFont: "Open Sans" | "Amplitude"; UN...' is missing the following properties from type 'Omit<ThemeContextValue, "window">': setMode, invertMode
|
|
This job failed
Loading