react-lazylog
react-lazylog copied to clipboard
onRowClick never gets triggered
I'm working on typescript defintions for react-lazylog and noticed any inconsistency.
Line has an onRowClick property, which gets passed into LineContent's onClick prop. However, LineContent does not have an onClick prop and therefore cannot be triggered.
https://github.com/mozilla-frontend-infra/react-lazylog/blob/master/src/components/Line/index.jsx#L76
https://github.com/mozilla-frontend-infra/react-lazylog/blob/master/src/components/LineContent/index.jsx#L13
Here is the typescript definitions PR fyi: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/26402