Files
fusion/.changeset/FN-3737-dependency-graph-plugin-load.md
Fusion c17aba7031 feat(FN-3737): add even realities integration research report
Adds a new Even Realities integration research report to the documentation.

Fusion-Task-Id: FN-3737
2026-05-08 10:41:59 -07:00

6 lines
296 B
Markdown

---
"@runfusion/fusion": patch
---
Fix: dependency graph plugin failed to load because its plugin entry imported React/dashboard modules. Split the plugin into a server-pure metadata entry and a separate `./dashboard-view` subpath so the bundled-install loader can register it without crashing.