Skip to content

fix: only rebind if view model prop is different#51

Merged
HayesGordon merged 1 commit into
mainfrom
fix/only-rebind-on-vmi-change
Nov 28, 2025
Merged

fix: only rebind if view model prop is different#51
HayesGordon merged 1 commit into
mainfrom
fix/only-rebind-on-vmi-change

Conversation

@HayesGordon
Copy link
Copy Markdown
Contributor

Noticed this bug while reviewing: #40

It always set dataBindingChanged = true when the HybridDataBindMode was of type name. Resulting in updating properties not showing if the view is re-rendered resulting in a new named VMI being bound.

TODO: Only observed on iOS, Android worked, but might want to do more investigation.

See discussion.

@HayesGordon HayesGordon requested a review from mfazekas November 28, 2025 12:45
Copy link
Copy Markdown
Collaborator

@mfazekas mfazekas left a comment

Choose a reason for hiding this comment

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

👏

@HayesGordon HayesGordon merged commit 1b52b51 into main Nov 28, 2025
5 checks passed
@HayesGordon HayesGordon deleted the fix/only-rebind-on-vmi-change branch December 9, 2025 16:24
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.

2 participants