Skip to content

Bug: Performance issue, all items in the list are re-rendered  #2

@natanbr

Description

@natanbr

Bug #2

Steps reproduce:

  1. Open console (in dev tools)
  2. in the app type a new message and submit
  • when the message is added all the items in the list are being animated, only the new one should be animated
  • hint: in the console log you will see the OnInit print. Notice that all the items are re-initialized

expected:

  • only the new added item should be animated
  • only the OnInit of the new added item should be printed in the console
    ex2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions