Skip to content

fix(cms): skip vtex/sections/Analytics/Vtex.tsx from Fresh decofiles#268

Open
igoramf wants to merge 1 commit into
mainfrom
fix/skip-vtex-analytics-section
Open

fix(cms): skip vtex/sections/Analytics/Vtex.tsx from Fresh decofiles#268
igoramf wants to merge 1 commit into
mainfrom
fix/skip-vtex-analytics-section

Conversation

@igoramf

@igoramf igoramf commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Sites migrated from Fresh/Deno have vtex/sections/Analytics/Vtex.tsx in their decofile (synced via GitHub Action from the legacy repo) but no TanStack equivalent, generating 400+ WARN logs per hour per site
  • Adds it to SKIP_RESOLVE_TYPES alongside other legacy types already there (website/sections/Analytics/Analytics.tsx, algolia/sections/Analytics/Algolia.tsx, etc.)
  • No behavior change: the section wasn't rendering anything

Test plan

  • Deploy to a migrated site and confirm [CMS] No component registered for: vtex/sections/Analytics/Vtex.tsx no longer appears in logs

🤖 Generated with Claude Code


Summary by cubic

Skip resolving legacy vtex/sections/Analytics/Vtex.tsx in the CMS to silence WARN logs on migrated Fresh/Deno sites. Added to SKIP_RESOLVE_TYPES; no behavior change since the section never renders.

Written for commit f2f3ce3. Summary will update on new commits.

Review in cubic

Sites migrated from Fresh/Deno have this type in their decofile (synced
via GitHub Action from the legacy repo) but no TanStack equivalent,
generating hundreds of WARN logs per hour per site.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@igoramf igoramf requested a review from a team June 22, 2026 21:57
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