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: prevent hydration mismatch in <NuxtImg> #1445

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

DamianGlowala
Copy link
Member

πŸ”— Linked issue

resolves #1443

❓ 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

Renames _attrs to imgAttrs in <NuxtImg> component.

@DamianGlowala DamianGlowala self-assigned this Aug 27, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 62.04%. Comparing base (62b4387) to head (93b7c1a).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1445   +/-   ##
=======================================
  Coverage   62.04%   62.04%           
=======================================
  Files          79       79           
  Lines        3602     3602           
  Branches      391      390    -1     
=======================================
  Hits         2235     2235           
  Misses       1337     1337           
  Partials       30       30           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@danielroe danielroe merged commit 6d87553 into main Aug 27, 2024
2 checks passed
@danielroe danielroe deleted the fix/nuxt-img-attrs branch August 27, 2024 17:36
This was referenced Aug 27, 2024
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.

Hydration mismatches on latest v1.7.1
3 participants