rspace-online/modules/rnetwork
Jeff Emmett 87d5e8b1cb fix(rnetwork): pre-load THREE before graph creation
nodeThreeObject callback was returning a Promise (from async
createNodeObjectAsync) because THREE wasn't cached yet. Pre-load
THREE via import("three") before creating the graph so the callback
always returns a synchronous Three.js object.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 10:30:43 -07:00
..
components fix(rnetwork): pre-load THREE before graph creation 2026-03-12 10:30:43 -07:00
landing.ts feat(rcart): QR code payment requests with self-service generator 2026-03-11 16:11:20 -07:00
mod.ts fix(rnetwork): use UMD build for 3d-force-graph, avoid ESM bare specifiers 2026-03-12 10:23:04 -07:00