Daniel B.

Results 19 comments of Daniel B.

Hi @vasturiano! Thanks for replying. I’m not sure. I just did a create-react-app and right off the box imported ForceGraph3D. I then tried to run the simple `render` test with...

Are you sure? It seems CRA supports ESM since 4.0.0, and I’m using ^5.0.1 I saw your issue (https://github.com/facebook/create-react-app/issues/10892) but didn’t find any fixes. I hope I’m not mistaken and...

> Hm.. I was wondering how `react-force-graph` is tested. Me too! And thank you for your answer @mrazauskas! I started adding each package to the transformPackages too but, as you...

Hi @vasturiano! Any updates on this issue? 🤓

Hmm. Not sure why it didn't work. Here's the code: ```js import { SizeMe } from "react-sizeme"; /* {...} */ {({ size: { width } }) => } ```