Skip to content

Commit

Permalink
overrides should render in rcc to prevent re-rendering (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu authored Dec 18, 2023
1 parent 83adb75 commit f8eb549
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,12 @@ private string GetDisplayPresentationIfEmpty()

}

protected override bool ShouldRender()
{
return false;
}


public virtual void Dispose()
{
UnSubscribeFromPolling();
Expand Down

0 comments on commit f8eb549

Please sign in to comment.