Skip to content

v5.0.1

Choose a tag to compare

@winrid winrid released this 15 Jun 23:31
· 39 commits to main since this release

Patch fixing a rendering bug.

Fixed

  • Voting a comment (or any single-comment update) flashed images in other comments: the list re-rendered every row on each store change, re-running react-native-render-html and reloading images. Comment rows now re-render only when their own layout inputs change (each row self-subscribes to its content), so unrelated rows and their images stay put. Also removes wasted render work on every interaction.