According to the discussion on this React Compiler issue it seems the compiler no longer cares about ESLint suppresions, such as eslint-disable-next-line react-hooks/exhaustive-deps for its memoization process.
These suppressions currently mark the component as 'not memoized by React Compiler', which seems incorrect.
According to the discussion on this React Compiler issue it seems the compiler no longer cares about ESLint suppresions, such as
eslint-disable-next-line react-hooks/exhaustive-depsfor its memoization process.These suppressions currently mark the component as 'not memoized by React Compiler', which seems incorrect.