-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: cant react(reaction) a message in stream-chat-react version 12 #2583
Comments
@yudhistiraak we will need more information about you customizations to message list. Also is this a development environment with strict mode? the google drive link is not accessible publicly. As can be seen in the demo, the selector opens. |
development environment with strict mode? yes |
Could you please share the sandbox from your video? |
the sandbox is from https://getstream.io/chat/react-chat/tutorial/ |
in that sandbox tutorial the stream-chat-react version is ^11.15.0 with stream-chat ^ 8.26.0 , please check it at package.json. my packages: |
### 🎯 Goal When the `useDialog` hook's component unmounts, it immediately clears dialog state in an effect cleanup. However, in some situations an effect cleanup can run even if the hook's component is still mounted and effect's dependencies didn't change - e.g., when `<StrictMode />` is enabled. So it's safer to keep dialog state for a short time after cleanup runs. ### 🛠 Implementation details Instead of immediately removing dialog state, it's marked to be removed after a short timeout. Referencing the dialog again quick cancels state removal. Fixes #2583.
🎉 This issue has been resolved in version 12.8.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
when im send message and react it, the reaction selector doesnt open
To Reproduce
Steps to reproduce the behavior:
Go to main chat screen
Click on open reaction icon button in message list
Expected behavior
i've tried any version, doesnt work on version 12 up
https://drive.google.com/file/d/1TAq_uPPIy1pjCVAHVWPRO8zmfCnxih_m/view?usp=drive_link
Package version
stream-chat: ^8.45.0,
stream-chat-react": ^12.6.0
The text was updated successfully, but these errors were encountered: