forked from farhoodlabs/paperclip
c424f06263
The MarkdownEditor in the agent Configuration tab crashes when the Capabilities field is fully cleared. The onChange handler converts empty strings to null via (v || null), but the eff() overlay function then returns that null to MDXEditor which expects a string, causing an unhandled React crash and a blank screen. Add a null-coalescing fallback (?? "") so MDXEditor always receives a string. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@paperclipai/ui
Published static assets for the Paperclip board UI.
What gets published
The npm package contains the production build under dist/. It does not ship the UI source tree or workspace-only dependencies.
Typical use
Install the package, then serve or copy the built files from node_modules/@paperclipai/ui/dist.