You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TypeScript compatibility with @types/react-dom@19
React 19's type definitions removed the deprecated hydrate, render, and
unmountComponentAtNode APIs. Added a LegacyReactDOM interface to provide
types for these methods that still exist at runtime for React 16/17
compatibility.
Also removes unnecessary eslint-disable directives and fixes
ReactElement type parameter warnings.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments