This repository was archived by the owner on Mar 18, 2025. It is now read-only.
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
<scrollArea> is broken #48
Open
Description
The documentation states that any components enclosed with a <scrollArea></scrollArea>
element should become scrollable. However when including such an element in a component, nodejs complains with a UnhandledPromiseRejectionWarning: Error: No known component for element scrollArea.
when starting the application.