Remove dependency resolution override for React 19 types (#39569)

Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
This commit is contained in:
diondiondion
2026-06-25 09:54:30 +02:00
committed by GitHub
parent f440615b01
commit f2e10fd5db
52 changed files with 112 additions and 110 deletions

View File

@@ -1,6 +0,0 @@
declare namespace React {
interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
// Add inert attribute support, which is only in React 19.2. See: https://github.com/facebook/react/pull/24730
inert?: '';
}
}