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

Optimize mutation observer to better handle move operations - ref #4450 #4451

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

calebporzio
Copy link
Collaborator

No description provided.

@calebporzio calebporzio merged commit 8b6c31c into main Nov 28, 2024
2 checks passed
@calebporzio calebporzio deleted the branch-90692dcf branch November 28, 2024 15:24
@@ -112,14 +112,16 @@ export function flushAndStopDeferringMutations() {
}

function onMutate(mutations) {
console.log(mutations);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@calebporzio you forgot a console.log in the code here ;)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@levu42 thanks! He removed it after in a WIP commit 😆

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.

3 participants