Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
test: add key matching test for keyed composables - #6372
Merged
Conversation
✅ Deploy Preview for nuxt3-docs canceled.
|
pi0
approved these changes
Aug 5, 2022
pi0
commented
Aug 5, 2022
Member
(windows test seems failing. retrying CI) |
danielroe
commented
Aug 5, 2022
MemberAuthor
Checking on a Windows system to see if it's revealed an actual issue. |
MemberAuthor
Just to update: this seems a strange Vue core bug - the mismatch is actually between |
danielroe
commented
Aug 5, 2022
MemberAuthor
Merged
mercs600
commented
Oct 6, 2022
@danielroe vue fixed this bug, can we upgrade vue dependency ? |
danielroe
commented
Oct 6, 2022
MemberAuthor
You don't need Nuxt to update to benefit from a new Vue release. Just upgrade it with We use a caret for this reason. https://github.com/nuxt/framework/blob/main/packages/nuxt/package.json#L75 |
mercs600
commented
Oct 6, 2022
Thats right, I have done it, thank you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
❓ Type of change
📚 Description
Adds some extra tests to protect against nuxt/nuxt#14442. See also #6191.
📝 Checklist