-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
PlanGate is the only component under space/ without tests; every sibling (SpacePicker, SpaceCreator, SpaceList, SpaceEnsurer, FileViewer, SharingTool, ImportSpace) already has a spec file. A test suite for PlanGate would close that gap.
Separately, there's no way to recover from render-time errors. Async errors are caught in try/catch callbacks, but a thrown error during render takes down the whole React tree — which for an embeddable library means crashing the host app. A StorachaErrorBoundary component would let consumers wrap subtrees, show fallback UI, and optionally report errors.
Scope: new test file for PlanGate, new ErrorBoundary component + tests, export wiring in index.ts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels