Chris Hamilton
Chris Hamilton
### Reproduction link [https://stackblitz.com/edit/react-yceue2?file=demo.tsx](https://stackblitz.com/edit/react-yceue2?file=demo.tsx) ### Steps to reproduce 1. Call `message.open({content: "Loading...", key:0})` 2. Call `message.success({content: "Success!", key:0})` ### What is expected? The loading message changes to a success message...
### Which @angular/* package(s) are the source of the bug? common ### Is this a regression? No ### Description The `ngForOf` directive has strange behaviour when rendering inputs linked to...