react-force-graph icon indicating copy to clipboard operation
react-force-graph copied to clipboard

Uncaught TypeError: object null is not iterable

Open mbledkowski opened this issue 1 year ago • 3 comments

Describe the bug When the data gets reloaded, I get the following error: Uncaught TypeError: object null is not iterable

To Reproduce Steps to reproduce the behavior:

  1. Load react-force-graph-2d component
  2. Change data in graphData

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

  • OS: Linuch
  • Browser [e.g. chrome, safari] Vivaldi / Chromium
  • Version [e.g. 22] Newest

Additional context Add any other context about the problem here. Next.js + TRPC

mbledkowski avatar May 01 '24 17:05 mbledkowski

Full code: https://github.com/mbledkowski/interwebs Sorry for spaghetti code, it is work in progress

mbledkowski avatar May 01 '24 17:05 mbledkowski

Seems, I have the same problem: https://github.com/vasturiano/react-force-graph/issues/540

@mbledkowski, did u figure this out?

Ars25Terra avatar Sep 23 '24 11:09 Ars25Terra

From what I remember, I worked around that, but the issue is still present.

mbledkowski avatar Sep 23 '24 19:09 mbledkowski