bug: MessageList component message action doesnt appear in pannel
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Open 2 channel at the same time
- click on message in first channel
- the message action that clicked in first channel open in second channel
- See error
Expected the message action is one each pannel
Package version
- stream-chat-react: "^12.8.1"
- stream-chat-css: ^12
Desktop (please complete the following information):
- OS: windows
- Browser: chrome
- Version: latest
same case with the reaction dialog
Hey @yudhistiraak , could you please share minimal repro in a forked sandbox? Here is a template to fork from:
https://codesandbox.io/p/devbox/support-to-fork-template-qckdm5
Unfortunately I cannot help you unless I see, how you compose the components together.
I have the same issue all of the sudden after upgrading! Unable to provide a sandbox But I see previously it uses inset and translate3d to position the dialog. Where as now it's using top, left with a fixed position on the str-chat__dialog-contents element. @MartinCupela