Αngelο Βeriοs
Αngelο Βeriοs
`while_loading` also doesn't appear to work when rendering a state variable that depends on data. (Possibly related?) ```Ruby class LoadingComponent < Hyperloop::Component render do SPAN { 'loading...' } end end...