<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 17.0.1 ## Steps To Reproduce 1. run the project: https://github.com/lifeiscontent/immutable-todo 2. open react dev tools and set the highlight updates when components render option. 3. add changes to the todos 4. see no updates are displayed via React dev tools <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> Link to code example: https://github.com/lifeiscontent/immutable-todo <!-- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. --> ## 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.