Fix type error

master
Jordan Pittman 2023-10-11 09:55:46 -04:00
parent 81fcd231e0
commit 61aa8e16d9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function getClassNamesFromSelector(selector: string) {
return classNames
}
async function process(root: Root) {
async function process(root: Root | Document) {
const tree = {}
const commonContext = {}