Skip to content

Commit e181e07

Browse files
committed
fix: do not store empty cachedData
1 parent aaabb3a commit e181e07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/dom-styles-reader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export default class DOMStylesReader {
6060
} else {
6161
// key did not exist. create it
6262
cachedData = {}
63-
this.domStylesCache.set(key, cachedData)
6463
}
6564

6665
this.ensureDummyNodeExistence(targetNode)

0 commit comments

Comments
 (0)