Rick van Laarhoven

Results 19 comments of Rick van Laarhoven

I don't think it should be on the Adapter though. Not every adapter uses a directory. But it would be useful to be able to get the directory path on...

For me, I inject a Filesystem into a class that writes a file. After writing the file, i need to return the file path. Because different filesystems could be injected,...

Well yeah you're right. In my case I needed the full path to execute a shell command with it. I'll have a look at it later to find a better...

Thanks, indeed it's related to the `thumbsDir`. Setting it to false generated all thumbs.

Had a look through the commit that introduced the change (https://github.com/GetStream/stream-chat-react/commit/528d56465fd2f099dcc19a1a04e3aa357cc1a53e) and found that I could use the `optionalMessageInputProps` on the `Channel`. This works, but the problem now is that...

Thanks for the reply @ambaldwin . I'm not sure if I understand what you mean by "including your submit handler". How can I add a submit handler in the `ChannelInner`...

No problem! I reverted to `8.1.3` for now. I'll keep an eye out for new releases

Same problem here, but simply restarting my project solved it.

Thanks for the suggestion! That could've been a fine workaround. We eventually went with the `overrideSubmitHandler` prop on the `MessageInput` instead and just disabled drag & drop in favor of...

Hi, it's a completely weird thing. I mostly cannot reproduce it on `next build && next start` either, but I did encounter it on my actual app before (It's never...