refactor(helpers): modernize reactive helpers and add tests

This commit is contained in:
Ilia Mashkov
2026-03-02 22:18:59 +03:00
parent 594af924c7
commit ac73fd5044
12 changed files with 1117 additions and 185 deletions
@@ -291,7 +291,7 @@ export function createVirtualizer<T>(
},
};
} else {
containerHeight = node.offsetHeight;
containerHeight = node.clientHeight;
const handleScroll = () => {
scrollOffset = node.scrollTop;