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 rendering of ActivityWrapper. #233

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Optimize rendering of ActivityWrapper. #233

merged 1 commit into from
Jun 25, 2024

Conversation

sfmskywalker
Copy link
Member

This change prevents the contents of the MudBadge component to not be re-rendered, which ought to improve re-rendering of the custom element as a whole.

However, it will not fix the re-rendering issue that is reported, given the fact that the entire custom element instance will be recreated by X6, when it receives the stats value.

This change prevents the contents of the MudBadge component to not be re-rendered, which ought to improve re-rendering of the custom element as a whole.

However, it will not fix the re-rendering issue that is reported, given the fact that the entire custom element instance will be recreated by X6, when it receives the `stats` value.
@sfmskywalker sfmskywalker merged commit 506c901 into patch/3.2.x Jun 25, 2024
6 checks passed
@sfmskywalker sfmskywalker deleted the bug/232 branch June 25, 2024 12:18
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