@luma.gl/engine
Advanced tools
Comparing version 9.1.0-beta.15 to 9.1.0-beta.16
@@ -69,5 +69,7 @@ // luma.gl | ||
const module = this.modules[moduleName]; | ||
if (!module && !this.options.disableWarnings) { | ||
if (!module) { | ||
// Ignore props for unregistered modules | ||
log.warn(`Module ${name} not found`)(); | ||
if (!this.options.disableWarnings) { | ||
log.warn(`Module ${name} not found`)(); | ||
} | ||
continue; // eslint-disable-line no-continue | ||
@@ -74,0 +76,0 @@ } |
{ | ||
"name": "@luma.gl/engine", | ||
"version": "9.1.0-beta.15", | ||
"version": "9.1.0-beta.16", | ||
"description": "3D Engine Components for luma.gl", | ||
@@ -52,3 +52,3 @@ "type": "module", | ||
}, | ||
"gitHead": "8befd5eecce277fedbe2562f05a06fae3fc04c6e" | ||
"gitHead": "3f129825488ca75547746cec08fec9b4c428427d" | ||
} |
@@ -93,5 +93,7 @@ // luma.gl | ||
const module = this.modules[moduleName]; | ||
if (!module && !this.options.disableWarnings) { | ||
if (!module) { | ||
// Ignore props for unregistered modules | ||
log.warn(`Module ${name} not found`)(); | ||
if (!this.options.disableWarnings) { | ||
log.warn(`Module ${name} not found`)(); | ||
} | ||
continue; // eslint-disable-line no-continue | ||
@@ -98,0 +100,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1375757
24802