Skip to content

fix: add missing widget-api-labels.ts and unblock src/lib from gitignore#1116

Merged
vasu2001 merged 1 commit into
mainfrom
fix/add-missing-widget-api-labels
May 22, 2026
Merged

fix: add missing widget-api-labels.ts and unblock src/lib from gitignore#1116
vasu2001 merged 1 commit into
mainfrom
fix/add-missing-widget-api-labels

Conversation

@vasu2001
Copy link
Copy Markdown
Collaborator

widget-api-labels.ts was accidentally omitted from a94dccf (feat: add widget API documentation). It is imported by WidgetSchemaPage.tsx and WidgetApiOverview.tsx, causing CI to fail with "Module not found: Can't resolve '@site/src/lib/widget-api-labels'".

The lib/ entry in .gitignore (from the Python template) was blocking the entire src/lib/ directory. Added !src/lib/ negation to fix this.

widget-api-labels.ts was accidentally omitted from a94dccf (feat: add widget
API documentation). It is imported by WidgetSchemaPage.tsx and
WidgetApiOverview.tsx, causing CI to fail with "Module not found:
Can't resolve '@site/src/lib/widget-api-labels'".

The lib/ entry in .gitignore (from the Python template) was blocking the
entire src/lib/ directory. Added !src/lib/ negation to fix this.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vasu2001 vasu2001 merged commit 79fb192 into main May 22, 2026
2 checks passed
@vasu2001 vasu2001 deleted the fix/add-missing-widget-api-labels branch May 22, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant