You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm getting the
"error: bundling failed: Error: Unable to resolve module assert from /Users/KeplerTestApp/node_modules/kepler.gl/dist/processors/data-processor.js: Module assert does not exist in the Haste module map"
When I import the "import KeplerGl from 'kepler.gl';" in React-Native App. Please help me on this.
I have attached the screenshot.
The text was updated successfully, but these errors were encountered:
Hi @naveen-agula , thank you for sharing this with us. Unfortunately we never tested kepler.gl with react-native but if you shared your code with us or a demo project where we can replicate your issue we are going to take a look at.
@naveen-agula it looks some standard Node core modules, e.g. assert, are not included in react-native. Please check this out: facebook/react-native#21405 for more info
Hi,
I'm getting the
"error: bundling failed: Error: Unable to resolve module
assert
from/Users/KeplerTestApp/node_modules/kepler.gl/dist/processors/data-processor.js
: Moduleassert
does not exist in the Haste module map"When I import the "import KeplerGl from 'kepler.gl';" in React-Native App. Please help me on this.
I have attached the screenshot.
The text was updated successfully, but these errors were encountered: