React version: 17.0.1
Steps To Reproduce
- run the project: https://github.com/lifeiscontent/immutable-todo
- open react dev tools and set the highlight updates when components render option.
- add changes to the todos
- see no updates are displayed via React dev tools
Link to code example:
https://github.com/lifeiscontent/immutable-todo
The current behavior
currently, updates are only displayed if the react component is not memoized.
The expected behavior
all react components should show their updates regardless of memoization.