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
Long version: works fine in normal react app but not nextjs app because nextjs is SSR. In nextjs you need to dynamically import this three-forcegraph library (as well as some others if needed) and then use it from inside the useEffect()
Describe the bug
I installed this library, latest version as of now (
1.41.5
), but gettingReferenceError: window is not defined
error.To Reproduce
Steps to reproduce the behavior:
codesandbox
website example into the existing nextjs project.Expected behavior
A mind map graph to be visible just like in the example
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: