Skip to content

v2.6.5

Compare
Choose a tag to compare
@joshwcomeau joshwcomeau released this 12 Nov 12:39
· 174 commits to master since this release

Bug fix: accessing missing refs

In certain rare cases, nesting FlipMoves can cause a weird issue where children are rendered without their refs.

This patch commit doesn't solve the underlying issue, but it addresses the symptom. The fix works, but it's a band-aid. I'll be seeing if I can reproduce and fix the root cause.

Thanks to @aligon for contributing in #91