Types for this.parser
don't match notes of v13 release because parser
is omitted
#3326
Labels
this.parser
don't match notes of v13 release because parser
is omitted
#3326
Marked version:
13.0.0
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Trying to migrate an extension by following the notes of the release results in code that's incompatible with the TypeScript types. The cause seems to be that
RendererObject
refers toRendererApi
which is defined asOmit<_Renderer, "constructor" | "options" | "parser">
soparser
is being omitted?Expected behavior
The example works as expected.
The text was updated successfully, but these errors were encountered: