We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug ts(2322) is rendererd partly wrong at the end. These are the relevant properties
#overlaps!: OverlapConfigurationParameters[]; private async download(file: File<string | MpcdiZip>): Promise<void>
Expected behavior each property listed gets its own bullet point
Original error
Type 'Ref<{ name: string; readonly type: "json"; mm: <T extends Convertible = Convertible>(px: T) => T; px: <T extends Convertible = Convertible>(mm: T) => T; ... 18 more ...; toJson: () => string; }>' is not assignable to type 'Ref<MpcdiConfiguration>'. Type '{ name: string; readonly type: "json"; mm: <T extends Convertible = Convertible>(px: T) => T; px: <T extends Convertible = Convertible>(mm: T) => T; ... 18 more ...; toJson: () => string; }' is missing the following properties from type 'MpcdiConfiguration': ratio, #overlaps, download
Screenshots
is missing the following properties from type MpcdiConfiguration: ratio, #overlaps, download
is missing the following properties from type MpcdiConfiguration:
MpcdiConfiguration
The text was updated successfully, but these errors were encountered:
Issue is the private property prefix character #, I submitted a PR #106
#
Sorry, something went wrong.
Thank you, the fix will be there in the next version
Successfully merging a pull request may close this issue.
Describe the bug
ts(2322) is rendererd partly wrong at the end.
These are the relevant properties
Expected behavior
each property listed gets its own bullet point
Original error
Screenshots
The text was updated successfully, but these errors were encountered: