ripple@0.2.212
Ripple-TS/rippleripple@0.2.212Feb 20, 2026by github-actions[bot]
AI Summary
Fixes a hydration error that occurred when a component was the last sibling by adding the hydrate_advance() function to safely advance the hydration position.
Key Highlights
- Fix hydration error when component is last sibling
- Added hydrate_advance() function
- Safely advances hydration position at end of component content
- No longer throws when no next sibling exists
New Features
- hydrate_advance() function for safe hydration position advancement
Full Release Notes
### Patch Changes
- Fix hydration error when component is last sibling - added `hydrate_advance()`
to safely advance hydration position at end of component content without
throwing when no next sibling exists
- Updated dependencies \[]:
- ripple@0.2.212