Skip to content

Commit

Permalink
Fix rrdom error:
Browse files Browse the repository at this point in the history
"diff algorithm for rrdom › apply virtual style rules to node › should insert rule at index [0,0] and keep existing rules"
  • Loading branch information
Juice10 committed Dec 15, 2023
1 parent 29d4480 commit e4efa70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/rrdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.11"
},
"resolutions": {
"**/jsdom/cssom": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5342,7 +5342,7 @@ cssom@~0.3.6:

cssstyle@^2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz"
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852"
integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==
dependencies:
cssom "~0.3.6"
Expand Down

0 comments on commit e4efa70

Please sign in to comment.