Height bugfix
🐛 Bugfixes
- On longer pages,
window.requestAnimationFrame()
wouldn’t reliably fire after all the reflow worked out. This enables the component to re-fire after reflow completes, improving calculations.
🐸 Minor changes
- Friendlier error message if you give a bad value to the
selector
prop