diff --git a/src/React.re b/src/React.re index 0b70798d0..ba02b4222 100644 --- a/src/React.re +++ b/src/React.re @@ -889,8 +889,6 @@ module Experimental = { /* This module is used to bind to APIs for future versions of React. There is no guarantee of backwards compatibility or stability. */ [@mel.module "react"] external usePromise: Js.Promise.t('a) => 'a = "use"; [@mel.module "react"] external useContext: Context.t('a) => 'a = "use"; - [@mel.module "react"] external use: 'a => 'b = "use"; - [@mel.module "react"] external useTransitionAsync: unit => (bool, callbackAsync(callbackAsync(unit, unit), unit)) =