stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

bug: MessageList component message action doesnt appear in pannel

Open yudhistiraak opened this issue 1 year ago • 2 comments

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Open 2 channel at the same time
  2. click on message in first channel
  3. the message action that clicked in first channel open in second channel
  4. See error

Expected the message action is one each pannel

Image

Package version

  • stream-chat-react: "^12.8.1"
  • stream-chat-css: ^12

Desktop (please complete the following information):

  • OS: windows
  • Browser: chrome
  • Version: latest

yudhistiraak avatar Feb 07 '25 11:02 yudhistiraak

Image same case with the reaction dialog

yudhistiraak avatar Feb 07 '25 11:02 yudhistiraak

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.

MartinCupela avatar Feb 07 '25 11:02 MartinCupela

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

jim-spr avatar Dec 01 '25 17:12 jim-spr