React Compiler can silently break library code that relies on object mutation. When passing mutated objects to child components, the compiler's memoization checks referential stability rather than nested property changes, causing updates to fail. ESLint rules don't catch all mutation patterns, especially when using classes with
Sort: