Every time OnParametersSet runs (i.e. every time an ancestor re-renders and this component is in the tree), the entire diff is recomputed from scratch with CharacterChunker.Instance — full character-level diffing — regardless of whether OldText/NewText actually changed.
Every time OnParametersSet runs (i.e. every time an ancestor re-renders and this component is in the tree), the entire diff is recomputed from scratch with CharacterChunker.Instance — full character-level diffing — regardless of whether OldText/NewText actually changed.