Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

fix(nuxt): better equality check for json cookies#6352

Merged
pi0 merged 3 commits intomainfrom
fix/equal-cookie-object
Aug 4, 2022
Merged

fix(nuxt): better equality check for json cookies#6352
pi0 merged 3 commits intomainfrom
fix/equal-cookie-object

Conversation

@danielroe
Copy link
Member

🔗 Linked issue

resolves nuxt/nuxt#14088

❓ 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 like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

In case of JSON cookies, we can perform a basic JSON.stringify equality test. I think we're not worried with deep equality or order because we are really testing to see if a write-operation has been performed on the cookie.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroe danielroe added bug Something isn't working 🔨 p3-minor-bug Priority 3: a bug in an edge case that only affects very specific usage labels Aug 4, 2022
@danielroe danielroe requested a review from pi0 August 4, 2022 10:22
@danielroe danielroe self-assigned this Aug 4, 2022
@netlify
Copy link

netlify bot commented Aug 4, 2022

Deploy Preview for nuxt3-docs canceled.

Name Link
🔨 Latest commit c581552
🔍 Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/62eba5f4abf7ef000883c560

@pi0 pi0 changed the title fix(nuxt): add basic equality checking for json cookies fix(nuxt): better equality check for json cookies Aug 4, 2022
@pi0 pi0 merged commit 4732d2c into main Aug 4, 2022
@pi0 pi0 deleted the fix/equal-cookie-object branch August 4, 2022 10:58
@pi0 pi0 mentioned this pull request Aug 5, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3.x bug Something isn't working 🔨 p3-minor-bug Priority 3: a bug in an edge case that only affects very specific usage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cookie gets rewritten on read (using useCookie)

3 participants