Attention needed from Philip Pfaffe
Simon Zünd added 2 comments![Open in Gerrit]()
Patchset-level comments
File front_end/ui/legacy/components/object_ui/RemoteObjectPreviewFormatter.ts
Line 259, Patchset 2 (Latest): /* eslint-disable-next-line @devtools/no-lit-render-outside-of-view */
render(html`<span>${result.exceptionDetails.text} ${exception}</span>`, fragment);Simon Zünd .
unresolvedThese changed from the copied version. Previously it was:
```ts
fragment.createChild('span').textContent = result.exceptionDetails.text + ' ' + exception;
```
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: I85ac703679a4df9590fc81430b1de0e4f1a811a2
Gerrit-Change-Number: 7208995
Gerrit-PatchSet: 2
Gerrit-Comment-Date: Mon, 01 Dec 2025 09:38:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No