Skip to content
#

feed

Here are 837 public repositories matching this topic...

geelinsir
geelinsir commented Apr 1, 2022

I don't know if this closing error prompt is necessary,But at least it had an impact on my troubleshooting of environmental errors,Please evaluate whether you need to remove the '@'.
be located ./app/Services/ExportService.php:170
$zip_file = @tempnam('/tmp', 'zip');

chat-ui-kit-react
louisholley
louisholley commented Apr 8, 2021

hey, thanks for the great package!

i'm using infinite scrolling on the MessageList component like this:

 <MessageList
  onYReachStart={loadMore}
  loadingMore={networkStatus === NetworkStatus.fetchMore}
 >

but when more messages are loaded, the scrollbar is still at the top of the container so it just keeps calling loadMore over and over. ideally the behaviour would be some

bug good first issue

Improve this page

Add a description, image, and links to the feed topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the feed topic, visit your repo's landing page and select "manage topics."

Learn more