You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some configuration types listed in packages/mermaid/src/config.type.ts appear duplicated (such as XYChartAxisConfig1 and XYChartAxisConfig2). This is caused by an issue on the json-schema-to-typescript package.
I have a fix that resolves this, which I will submit in a new PR soon.
Steps to reproduce
Clone the repo.
Open the packages/mermaid/src/config.type.ts file.
See the duplicated types XYChartAxisConfig1 and XYChartAxisConfig2.
Screenshots
No response
Code Sample
No response
Setup
No response
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Description
Currently, some configuration types listed in
packages/mermaid/src/config.type.ts
appear duplicated (such asXYChartAxisConfig1
andXYChartAxisConfig2
). This is caused by an issue on thejson-schema-to-typescript
package.I have a fix that resolves this, which I will submit in a new PR soon.
Steps to reproduce
packages/mermaid/src/config.type.ts
file.XYChartAxisConfig1
andXYChartAxisConfig2
.Screenshots
No response
Code Sample
No response
Setup
No response
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: