We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaac5f2 + 4cd6b7c commit 25f6072Copy full SHA for 25f6072
packages/text-annotator/src/model/w3c/W3CTextFormatAdapter.ts
@@ -153,7 +153,7 @@ export const serializeW3CTextAnnotation = (
153
return {
154
...targetRest,
155
id,
156
- // @ts-expect-error: `scope` is not part of the core `TextAnnotationTarget` type
+ // @ts-expect-error: `scope` is not part of the core `TextSelector` type
157
scope: 'scope' in s ? s.scope : undefined,
158
source,
159
selector: w3cSelectors
0 commit comments