v5.0.1
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.