Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: lint errors from adding recordDOM option #1334

Conversation

billyvg
Copy link
Contributor

@billyvg billyvg commented Oct 23, 2023

@changeset-bot
Copy link

changeset-bot bot commented Oct 23, 2023

⚠️ No Changeset found

Latest commit: b99c2be

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@billyvg billyvg changed the title fix lint errors from turning off observers fix: lint errors from adding recordDOM option Oct 23, 2023
@@ -5,7 +5,6 @@ import {
tagMap,
elementNode,
BuildCache,
attributes,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused

Comment on lines -388 to -392
function isStylesheetLoaded(link: HTMLLinkElement) {
if (!link.getAttribute('href')) return true; // nothing to load
return link.sheet !== null;
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused and not exported

@@ -1,4 +1,3 @@
import type { Mirror } from 'rrweb-snapshot';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused

// TODO: `_d` is not being used, unless there are some side-effects
let _d = imgd?.data;
_d = JSON.parse(data.args[0]) as Uint8ClampedArray;
imgd && ctx?.putImageData(imgd, 0, 0);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't remove these because I wasn't sure if there were any side-effects

@billyvg billyvg marked this pull request as ready for review October 23, 2023 22:06
@billyvg billyvg closed this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant