Milan Rakoš

Results 3 comments of Milan Rakoš

This helped me https://github.com/shelljs/shelljs/issues/990#issuecomment-613728095

I solved this issue using a state variable: ``` ... const [endIsReached, SetEndIsReached] = useState(false); ... { SetEndIsReached(true); }} renderFooter={endIsReached ? renderFooter : null} /> ... ```

yes :) but i don't remember any details čet, 6. lip 2019. u 12:30 mike-niemand napisao je: > @mblenton did you ever get this to work? > > — >...