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: extend is equal with file comparison logic #3911 #3932

Merged
merged 1 commit into from Sep 19, 2022
Merged

Conversation

logaretm
Copy link
Owner

What

It Fixes file equality comparison which affects model updates, and dirty meta state. By extending fast-deep-equal and adding our custom file matching logic.

@logaretm logaretm changed the title fix: extend is equal with file comparison logic closes #3911 fix: extend is equal with file comparison logic #3911 Sep 19, 2022
@ianllewellyn
Copy link

Hia, this change seems to break SSR because node doesn't know what File is. I get:
ReferenceError: File is not defined

I get this with SSR using 4.6.9 or 4.6.8 however it's in 4.6.7

@logaretm
Copy link
Owner Author

@ianllewellyn Makes sense, thanks for reporting this. Will fix it shortly.

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.

None yet

2 participants