Code Monkey home page Code Monkey logo

Comments (8)

jaapbakker88 avatar jaapbakker88 commented on July 23, 2024 1

Hi @lr-mjaouen, thanks for reporting this issue, this is definitely a bug and we're investigating the source of it. We will report back here once we know more

from stream-chat-react.

jaapbakker88 avatar jaapbakker88 commented on July 23, 2024

hi @lr-mjaouen I fixed this issue in version 0.7.19. Can you confirm it's working correctly now?

from stream-chat-react.

lr-mjaouen avatar lr-mjaouen commented on July 23, 2024

All good!Thanks
2abbef8

from stream-chat-react.

lr-mjaouen avatar lr-mjaouen commented on July 23, 2024

@jaapbakker88 Actually it works for link images but duplicates custom types attachements.
image

Btw if you provide both Message & Attachment:
<MessageList Message={CustomMessage} Attachment={CustomAttachement} />
it handles custom attachments type via Message instead of Attachment (I guess it's normal if Message includes Attachment? Then you have to pass it to the CustomMessage component? )

from stream-chat-react.

lr-mjaouen avatar lr-mjaouen commented on July 23, 2024

it seems to fix it?

       let attachments = [...this.state.attachments];

        if (this.props.message && this.props.message.attachments) {
            // attachments.push(...this.props.message.attachments);
            attachments = this.props.message.attachments;
        }

from stream-chat-react.

jaapbakker88 avatar jaapbakker88 commented on July 23, 2024

Looking into this again. Seems above fixes some cases but not all.

from stream-chat-react.

jaapbakker88 avatar jaapbakker88 commented on July 23, 2024

Going to close this ticket. This should be resolved.

from stream-chat-react.

Matti93GL avatar Matti93GL commented on July 23, 2024

This error is still happening in the version: "3.5.0" , i attached image of the problem
Captura de Pantalla 2021-01-25 a la(s) 14 03 22

from stream-chat-react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.