You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you replace let%hook (items, setItems) = Hooks.state([]); with let%hook (items, setItems) = Hooks.state(allItems); the scrollbar will render correctly
Actual Result:
No scroll bar
Expected Result:
Ability to scroll the items
Search terms used:
ScrollView, no scrollbar
The text was updated successfully, but these errors were encountered:
Operating System: Ubuntu 20.04
Revery Version: revery-ui/revery#2d936c67cd31153a547087c6743e244a3fdccf3b
OCaml version:4.11.2
Native, Bytecode, or JS build: Native (was just makinga dev build)
Steps to reproduce:
If you replace
let%hook (items, setItems) = Hooks.state([]);
withlet%hook (items, setItems) = Hooks.state(allItems);
the scrollbar will render correctlyActual Result:
Expected Result:
Search terms used:
ScrollView, no scrollbar
The text was updated successfully, but these errors were encountered: