Builder.ioOSS
    @builder.io/sdks

@builder.io/sdks

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • Failed
    fix/smartling-clear-translation-metadata

    c67cd656 fix[smartling]: fix Clear translation metadata button not working `content.meta` is a MobX observable Map; calling `fastClone` on it (JSON.parse/JSON.stringify) serialises it as `{}`, so the subsequent `delete` calls were no-ops and `updateLatestDraft` was called with an empty meta object instead of the correctly-stripped one. Replace `fastClone(content.meta)` with `{ ...content.meta?.toJS() }` to match the identical pattern already used in the backend's `cleanupOrphanedTranslationMetadata` helper in `smartling.ts`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    by Manish-Bui...

    M

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools