component@0.2.1
📦 remix
🐛 1 fixes
Summary
This release fixes a bug in node replacement where incorrect anchor calculations occurred; the process now ensures the new node is inserted before the old one is removed.
🐛 Bug Fixes
- Fixed node replacement logic where anchors were calculated incorrectly due to removing the old node before inserting the new one.