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/>} />
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/>} />