react-chatview
react-chatview copied to clipboard
Infinite scroll chat or feed component for React.js
`react-chatview.js:2615 Uncaught TypeError: Cannot read property 'then' of undefined at HTMLDivElement.ChatView._this.onScroll (react-chatview.js:2615) ChatView._this.onScroll @ react-chatview.js:2615 ` in console i get this error that's all, nothing else, plugin just doesn't work
Preventing scroll jitter when new children or messages appear
First, thank you for this library, and I think it's very promising and deserves more work Second, Is there any plan to implement these features soon, or how to handle...
React 16 has a lot of changes compared to 15, so we need to deal with it.
I've tried implementing this with npm, but finding that the onInfiniteLoad doesn't ever fire? Is there some magic trick I'm missing here? ``` {this.renderChats()} ``` ``` this.loadMore = () =>...
Changing the link from https to http fixes it, there are https related errors in console
Really liking react-chatview for my application, thanks! I am doing a chat-type view with an input at the bottom and the react-chatview containing history of utterances above. I pin the...
It doesn't look necessary to me - historical from react-infinite. If removed, I think we could make react-chatview work with `` and `` which means we can implement a datagrid,...
If the user has a particularly tall screen, like a tablet in portrait mode, 1 loaded page may not fill their screen. When this happens ChatView does not call onInfiniteLoad...