Skip to content

Commit

Permalink
Ignoring unrelated type error
Browse files Browse the repository at this point in the history
  • Loading branch information
skitterm committed Sep 25, 2024
1 parent 3de72f9 commit f695df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rrweb/src/record/mutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ export default class MutationBuffer {
onStylesheetLoad: (link, childSn) => {
this.stylesheetManager.attachLinkElement(link, childSn);
},
// @ts-expect-error cssCaptured isn't specified as an accepted property,
// but we didn't touch anything near here, so ignoring for now
cssCaptured,
});
if (sn) {
Expand Down

0 comments on commit f695df0

Please sign in to comment.