fix(timeline): wrap long timeline titles properly #3036
Annotations
10 warnings
autofix:
packages/mermaid-layout-elk/src/render.ts#L116
Unexpected any. Specify a different type
|
autofix:
packages/mermaid-layout-elk/src/render.ts#L115
Unexpected any. Specify a different type
|
autofix:
packages/mermaid-layout-elk/src/render.ts#L40
Unexpected any. Specify a different type
|
autofix:
packages/mermaid-layout-elk/src/render.ts#L39
Unexpected any. Specify a different type
|
autofix:
packages/mermaid-example-diagram/src/types/index.d.ts#L5
Unexpected any. Specify a different type
|
autofix:
cypress/integration/rendering/journey.spec.js#L217
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
autofix:
cypress/integration/rendering/imageShape.spec.ts#L15
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
autofix:
cypress/integration/rendering/iconShape.spec.ts#L17
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
autofix:
cypress/helpers/util.ts#L64
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
autofix:
cypress/helpers/util.ts#L25
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|