There was an error while loading. Please reload this page.
1 parent 93553a3 commit 20f02f3Copy full SHA for 20f02f3
src/ComponentCache.js
@@ -1,4 +1,4 @@
1
-const lru = require('lru-cache');
+var lru = require("lru-cache");
2
3
export default class ComponentCache {
4
constructor(config = {}) {
src/DOMMarkupOperations.js
0 commit comments