@redus/georedus-ui 0.23.0 → 0.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -9410,7 +9410,7 @@ var buildStateById = function buildStateById(data, featureId) {
|
|
|
9410
9410
|
}
|
|
9411
9411
|
return result;
|
|
9412
9412
|
};
|
|
9413
|
-
var memoFetch = makeMemoFetch(
|
|
9413
|
+
var memoFetch = makeMemoFetch(fetch, function (res) {
|
|
9414
9414
|
return res.text().then(function (text) {
|
|
9415
9415
|
return parseResponse(dsvFormat(',').parse(text));
|
|
9416
9416
|
});
|