Skip to content

Fix serialization and mutation of <textarea> elements #1336

Fix serialization and mutation of <textarea> elements

Fix serialization and mutation of <textarea> elements #1336

Triggered via pull request November 10, 2023 15:15
@eoghanmurrayeoghanmurray
synchronize #1351
Status Failure
Total duration 1m 55s
Artifacts

style-check.yml

on: pull_request_target
ESLint Check and Report Upload
1m 43s
ESLint Check and Report Upload
ESLint Annotation
0s
ESLint Annotation
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ESLint Check and Report Upload
Property 'tagName' does not exist on type 'ParentNode'.
ESLint Check and Report Upload
'n.parentNode' is possibly 'null'.
ESLint Check and Report Upload
Property 'tagName' does not exist on type 'ParentNode'.
ESLint Check and Report Upload
Argument of type 'ParentNode | null' is not assignable to parameter of type 'HTMLTextAreaElement'.
ESLint Check and Report Upload
Property 'tagName' does not exist on type 'Node'.
ESLint Check and Report Upload
Argument of type 'Node' is not assignable to parameter of type 'HTMLTextAreaElement'.
ESLint Check and Report Upload
Property 'replaceChildren' does not exist on type 'Element | RRElement'.
ESLint Check and Report Upload
Process completed with exit code 1.