react-lazylog icon indicating copy to clipboard operation
react-lazylog copied to clipboard

Loading

Open JvilleDjango opened this issue 3 years ago • 1 comments
trafficstars

How do you use the loading feature?

I have tried what you see below and a few other options. nothing works? Could you give me some directions? thanks import { LazyLog, Loading } from "react-lazylog"; <LazyLog extraLines={1} enableSearch text={logToView ? logToView : "Click on a log to view"} caseInsensitive loadingComponent={Loading} />

<LazyLog extraLines={1} enableSearch text={logToView ? logToView : "Click on a log to view"} caseInsensitive loadingComponent={<Loading/>} />

JvilleDjango avatar Sep 02 '22 21:09 JvilleDjango

The loading feature is only used I think on the WebSocket streaming variety of the LogViewer?

melloware avatar Jul 25 '23 16:07 melloware