@vizabi/core
Advanced tools
Comparing version 1.31.6 to 1.31.7
@@ -1,2 +0,2 @@ | ||
// http://vizabi.org v1.31.6 Copyright 2024 Jasper Heeffer and others at Gapminder Foundation | ||
// http://vizabi.org v1.31.7 Copyright 2024 Jasper Heeffer and others at Gapminder Foundation | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('mobx'), require('d3')) : |
{ | ||
"name": "@vizabi/core", | ||
"version": "1.31.6", | ||
"version": "1.31.7", | ||
"description": "Vizabi core (data layer)", | ||
@@ -5,0 +5,0 @@ "main": "dist/Vizabi.js", |
@@ -240,2 +240,5 @@ import { resolveRef } from "../config"; | ||
get responsePromise() { | ||
//don't attempt fetching data when we know there is nothing to fetch | ||
//for example, the "concept" is missing, see https://github.com/vizabi/core/issues/45 | ||
if(!this.hasOwnData) return fromPromise(Promise.resolve()); | ||
return this.fetchResponse(); | ||
@@ -242,0 +245,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1341252
13892