-
Hello,
using Yarn workspaces, building my project where react-force-graph is a subproject dependency, I'm encountering a build error:
_
> Creating an optimized production build...
> Failed to co…
-
Hi @vasturiano, thanks so much for this library - it's awesome!
I'm trying to run the 'Custom Layer' example that you put in the README, but I'm getting the following error:
```
three.module.js:2…
-
**Describe the bug**
Error "Cannot use import statement outside a module for react-kapsule from react-force-graph-2d"
**To Reproduce**
Steps to reproduce the behavior:
1. Run tests
**Expected…
-
I am trying to connect nodes with a dotted line and am having troube using with angular/ typescript:
I tried to follow solution at:
https://github.com/vasturiano/3d-force-graph/issues/375
```
…
-
Hello, I’m using the ForceGraph in a Next.js 15 project, but when I use a ref in the ForceGraph, I receive the error below. It seems like it’s re-rendering the reference infinitely or something simila…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `force-graph@1.40.3` for the project I'm working on.
…
-
/kind feature
We would like to deploy and manage Kubernetes clusters on Scaleway infrastructure using Kops so that our customers who want to manage their cluster themselves can do it easily with Ko…
-
![image](https://user-images.githubusercontent.com/91791000/216741170-177904c2-75f0-4d3e-8b80-9f5892054043.png)
-
Just a thought, that would help with onboarding/offboarding maintainers and avoid spreading the [static admin config](https://www.scaleway.com/en/docs/containers/kubernetes/how-to/connect-cluster-kube…
-
**Describe the bug**
Trying to render a simple globe using Svelte. Code below:
`
import Globe from 'globe.gl'
const container = document.getElementById('globeViz') as HTMLElement;
Glob…