mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-11 17:55:41 -05:00
Remove dependency resolution override for React 19 types (#39569)
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
This commit is contained in:
6
app/javascript/types/dom.d.ts
vendored
6
app/javascript/types/dom.d.ts
vendored
@@ -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?: '';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user