Skip to content

update record and playback to account for parent node missing when it… #2723

update record and playback to account for parent node missing when it…

update record and playback to account for parent node missing when it… #2723

GitHub Actions / ESLint Report Analysis succeeded Jan 27, 2025 in 0s

ESLint Report Analysis

0 ESLint error(s) and 13 ESLint warning(s) found in pull request changed files.
13 ESLint error(s) and 27 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 366 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L366

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 373 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L373

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 374 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L374

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 833 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L833

[@typescript-eslint/no-unused-vars] '_mirror' is defined but never used.

Check warning on line 936 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L936

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 955 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L955

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 962 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L962

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 1079 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L1079

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 1400 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L1400

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 1517 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L1517

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 35 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L35

[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative

Check warning on line 119 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L119

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 132 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L132

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.