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.
React version: 17.0.1
Steps To Reproduce
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.