add title to schema #50
Annotations
16 errors and 1 warning
|
|
|
|
|
|
|
|
packages/mermaid/src/config.ts#L37
Type 'Theme | Theme | Theme | Theme | Theme' is not assignable to type 'ThemeVariables | undefined'.
|
packages/mermaid/src/mermaidAPI.ts#L162
Argument of type 'ThemeVariables | undefined' is not assignable to parameter of type '{ fontFamily: string; fontSize: string; textColor: string; errorBkgColor: string; errorTextColor: string; lineColor: string; } & FlowChartStyleOptions'.
|
packages/mermaid/src/mermaidAPI.ts#L488
Type 'Theme | Theme | Theme | Theme | Theme' is not assignable to type 'ThemeVariables | undefined'.
|
packages/mermaid/src/mermaidAPI.ts#L492
Type 'Theme' is not assignable to type 'ThemeVariables'.
|
packages/mermaid/src/styles.spec.ts#L77
Argument of type 'ThemeVariables | undefined' is not assignable to parameter of type '{ fontFamily: string; fontSize: string; textColor: string; errorBkgColor: string; errorTextColor: string; lineColor: string; } & FlowChartStyleOptions'.
|
packages/mermaid/src/utils.ts#L126
Type '{} | null' is not assignable to type 'undefined'.
|
packages/mermaid/src/config.ts#L37
Type 'Theme | Theme | Theme | Theme | Theme' is not assignable to type 'ThemeVariables | undefined'.
|
packages/mermaid/src/utils.ts#L126
Type '{} | null' is not assignable to type 'undefined'.
|
|
This job succeeded
Loading