Deploy Retheme Preview #72
Annotations
7 errors
preview
'CreateOrganizationProps' is declared but never used.
|
preview
Type '{ direction: "col"; ref: ForwardedRef<HTMLDivElement>; isDisabled?: any; hasError?: any; isLoading?: any; isOpen?: any; isActive?: any; key?: Key | null | undefined; ... 272 more ...; center?: boolean | undefined; }' is not assignable to type '{ css?: Interpolation<Theme>; }'.
|
preview
Type '{ ref: ForwardedRef<HTMLTableSectionElement>; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; ... 270 more ...; as: "tbody"; }' is not assignable to type '{ css?: Interpolation<Theme>; }'.
|
preview
Type '{ ref: ForwardedRef<HTMLTableSectionElement>; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; ... 270 more ...; as: "thead"; }' is not assignable to type '{ css?: Interpolation<Theme>; }'.
|
preview
Type '{ ref: ForwardedRef<HTMLTableCellElement>; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; ... 270 more ...; as: "tr"; }' is not assignable to type '{ css?: Interpolation<Theme>; }'.
|
preview
Type 'InternalTheme<Readonly<{ readonly colors: Readonly<{ readonly colorBackground: "white"; readonly colorInputBackground: "white"; readonly colorText: "black"; readonly colorTextOnPrimaryBackground: "white"; readonly colorTextSecondary: "rgba(0,0,0,0.65)"; ... 70 more ...; readonly activeDeviceBackground: "hsla(0, 0%, ...' is not assignable to type 'Partial<Theme> | ((outerTheme: Theme) => Theme)'.
|
preview
Process completed with exit code 1.
|