This is a pre-release. djust 0.3.5 has shipped since: read the djust 0.3.5 release notes.
Fixed
- VDOM patching with conditional
{% if %}blocks —InsertChildandRemoveChildpatches now includeref_dandchild_dfields for ID-based DOM resolution, preventing stale-index mis-targeting when{% if %}blocks add or remove elements that shift sibling positions. Falls back to index-based resolution for backwards compatibility. (#410)