This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
fix(mox/list): allow rerender of sorted items on arg updates #18
Merged
jayjayjpg
merged 1 commit into
main
from
jj/id-actually-like-the-component-to-update-too
Sep 22, 2022
Merged
fix(mox/list): allow rerender of sorted items on arg updates #18
jayjayjpg
merged 1 commit into
main
from
jj/id-actually-like-the-component-to-update-too
Sep 22, 2022
Conversation
This file contains 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
🦋 Changeset detectedLatest commit: 36edaac The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Test coverage: 92.29% 🚨 Decreased by -0.04% (was 92.33%) |
2805530
to
db7a0ac
Compare
Test coverage: 92.29% 🚨 Decreased by -0.04% (was 92.33%) |
856fa5a
to
9be777d
Compare
Test coverage: 92.22% 🚨 Decreased by -0.11% (was 92.33%) |
9be777d
to
80468bb
Compare
80468bb
to
f1b98fd
Compare
Test coverage: 92.02% 🚨 Decreased by -0.31% (was 92.33%) |
Test coverage: 92.29% 🚨 Decreased by -0.04% (was 92.33%) |
f1b98fd
to
e1cdf5c
Compare
Test coverage: 92.29% 🚨 Decreased by -0.04% (was 92.33%) |
e1cdf5c
to
36edaac
Compare
Test coverage: 92.29% 🚨 Decreased by -0.04% (was 92.33%) |
jmar910
approved these changes
Sep 22, 2022
Merged
Sign up for free
to 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.
Part of https://github.com/meroxa/product/issues/515
With this update, the
Mox::List
component may rerender whenever the value of its@items
argument changes.