Update hmr.ts

This commit is contained in:
Jarred Sumner
2022-04-06 23:38:32 -07:00
parent 964aa40612
commit 70b1beb18b

View File

@@ -429,7 +429,6 @@ if (typeof window !== "undefined") {
update.node.tagName === "LINK" ||
update.node.tagName === "STYLE"
) {
console.log("check");
// This might cause CSS specifity issues....
// I'm not 100% sure this is a safe operation
const sheet = new CSSStyleSheet();