mozilla-frontend-infra / react-lazylog

INACTIVE
https://mozilla-frontend-infra.github.io/react-lazylog/
Mozilla Public License 2.0
306 stars 101 forks source link

Loading #131

Closed JvilleDjango closed 2 months ago

JvilleDjango commented 2 years ago

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

melloware commented 1 year ago

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