Skip to content

Commit

Permalink
Ensure latest react-dom types for experimental release channel are us…
Browse files Browse the repository at this point in the history
…ed (#49049)

Same as #48641 but for `react-dom`.

Required to get types new form hooks, Float etc.
  • Loading branch information
eps1lon authored May 3, 2023
1 parent 9555ad9 commit 5b4506c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/// <reference types="react" />
/// <reference types="react/experimental" />
/// <reference types="react-dom" />
/// <reference types="react-dom/experimental" />

import React from 'react'
import { ParsedUrlQuery } from 'querystring'
Expand Down

0 comments on commit 5b4506c

Please sign in to comment.