We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0b7cb commit 062b0b0Copy full SHA for 062b0b0
src/react/router/Statics.hx
@@ -11,7 +11,4 @@ extern class Statics {
11
static public var hashHistory:HashHistory;
12
static public var browserHistory:BrowserHistory;
13
static public var withRouter:Dynamic->Dynamic;
14
-
15
- static public function useLocation<Q>():Location<Q>; // Avaliable for versions 4.0.0 and above
16
- static public function useHistory():HashHistory; // Avaliable for versions 4.0.0 and above
17
}
0 commit comments