We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaabb3a commit e181e07Copy full SHA for e181e07
lib/dom-styles-reader.js
@@ -60,7 +60,6 @@ export default class DOMStylesReader {
60
} else {
61
// key did not exist. create it
62
cachedData = {}
63
- this.domStylesCache.set(key, cachedData)
64
}
65
66
this.ensureDummyNodeExistence(targetNode)
0 commit comments