Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delay patching until first dom render #510

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

harlan-zw
Copy link
Collaborator

@harlan-zw harlan-zw commented Mar 4, 2025

πŸ”— Linked issue

nuxt/nuxt#26272

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

For client-side tags we always ensure the first tag push is rendered before a patch takes place; this ensures we can remove server-side artifacts.

⚠️ This may have unexpected consequences, for example it could lead to flashes from classes that aren't expected to work like this.

Copy link
Contributor

github-actions bot commented Mar 4, 2025

Bundle Size Analysis

File Size Gzipped Size Size Diff Gzipped Size Diff
Client 10.8 kB (11010 B) 4.5 kB (4604 B) 1.00% (109 B) 1.05% ( 48 B)
Server 8.1 kB (8301 B) 3.4 kB (3509 B) 1.33% (109 B) 1.62% ( 56 B)

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