fix: cache
This commit is contained in:
@@ -101,7 +101,7 @@ function DottedMap({ height = 0, width = 0, countries = [], region, grid = 'vert
|
||||
}
|
||||
}
|
||||
|
||||
CACHE[cacheKey] = points;
|
||||
CACHE[cacheKey] = { ...points };
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dotted-map",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user