chwan1
Results
1
comments of
chwan1
"Error: Must use import to load ES Module" when importing 'react-force-graph-2d' in a NextJS project
This works for me. ``` const ForceGraph3D = dynamic(() => import('react-force-graph-3d'), { ssr: false, }) ```