MM-53107 Add limit to Markdown nodes #242
Annotations
10 errors
test:
app/components/jumbo_emoji/index.tsx#L130
Argument of type '"edited_indicator"' is not assignable to parameter of type 'NodeType'.
|
test:
app/components/markdown/markdown.tsx#L592
Argument of type '{ urlFilter: (url: string) => boolean; minimumHashtagLength: number; }' is not assignable to parameter of type 'ParserOptions'.
|
test:
app/components/markdown/markdown.tsx#L608
Argument of type '"edited_indicator"' is not assignable to parameter of type 'NodeType'.
|
test:
app/components/markdown/transform.ts#L134
Argument of type '"mention_highlight"' is not assignable to parameter of type 'NodeType'.
|
test:
app/components/markdown/transform.ts#L139
This comparison appears to be unintentional because the types 'NodeType' and '"at_mention"' have no overlap.
|
test:
app/components/markdown/transform.ts#L141
Property 'mentionName' does not exist on type 'Node'.
|
test:
app/components/markdown/transform.ts#L152
Argument of type '"mention_highlight"' is not assignable to parameter of type 'NodeType'.
|
test:
app/components/markdown/transform.ts#L197
Argument of type '"search_highlight"' is not assignable to parameter of type 'NodeType'.
|
test:
app/components/markdown/transform.ts#L315
Argument of type '"checkbox"' is not assignable to parameter of type 'NodeType'.
|
test:
app/components/markdown/transform.ts#L316
Property 'isChecked' does not exist on type 'Node'.
|