react-globe.gl icon indicating copy to clipboard operation
react-globe.gl copied to clipboard

React component for Globe Data Visualization using ThreeJS/WebGL

Results 90 react-globe.gl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When you run tests with a globe component in your App, tests fail. **To Reproduce** Npm test **Expected behavior** Tests should run.

**Describe the bug** I was trying to use react-globe.gl in a next.js project. I simply created a component, imported `import Globe from 'react-globe.gl'`, and instantiated the component with default properties...

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi, I found the resolved issue #68 is very similar to my current situation. I currently cannot import 'NoColors' or 'VertexColors' from 'three' because they cannot be found. I am...

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies

I got my globe working now, it's looking amazing. However, quite often if I hover over it or try to drag it, it throws an exception: ![image](https://user-images.githubusercontent.com/3984535/122469121-db997280-cfbc-11eb-93e1-bca9076514a7.png) After that, the...

I built a globe that has some arches and rings, but on some devices, it loads so heavy!! what should I do for making it more optimized for performance? ```...

**Describe the bug** I've been following the configuration for the example "Hollow" globe (https://github.com/vasturiano/react-globe.gl/blob/master/example/hollow-globe/index.html) but with the same setup, my globe will only show 1 "side". More specifically, the back-side...

Hi, I added more tiles as in the picture. (I need more tiles) I want to increase this number of tiles but there is a performance issue. How can we...

**Describe the bug** Error on a three js module Full error: ``` error - ./node_modules/three/examples/jsm/libs/mikktspace.module.js Module parse failed: The top-level-await experiment is not enabled (set experiments.topLevelAwait: true to enabled it)...