mirror of
https://github.com/khoaliber/paperclip.git
synced 2026-04-20 01:24:33 +00:00
Change onChange handler from v || undefined to v ?? "" so empty strings don't become undefined and crash downstream .trim() calls. Fixes #191 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>