The index validation was incorrectly rejecting valid tldraw fractional indices like "b1", "c10", etc. tldraw's fractional indexing uses: - First letter (a-z) indicates integer part length (a=1 digit, b=2 digits) - Followed by alphanumeric characters for value and jitter This was causing ValidationError on production for Embed shapes with index "b1". Fixed regex in all validation functions to accept any lowercase letter prefix, not just 'a'. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| shapes | ||
| AutomergeDurableObject.ts | ||
| assetUploads.ts | ||
| cryptidAuth.ts | ||
| schema.sql | ||
| types.ts | ||
| worker.ts | ||