@@ -77,11 +77,11 @@ function createElement(Component, props) {
77
77
}
78
78
```
79
79
80
- ##### ` stringifyQuery(queryObject) `
80
+ ##### ` stringifyQuery(queryObject) ` (deprecated)
81
81
A function used to convert an object from [ ` <Link> ` ] ( #link ) s or calls to
82
82
[ ` transitionTo ` ] ( #transitiontopathname-query-state ) to a URL query string.
83
83
84
- ##### ` parseQueryString(queryString) `
84
+ ##### ` parseQueryString(queryString) ` (deprecated)
85
85
A function used to convert a query string into an object that gets passed to route component props.
86
86
87
87
##### ` onError(error) `
@@ -117,15 +117,15 @@ A [location descriptor](https://github.com/mjackson/history/blob/master/docs/Glo
117
117
* ` hash ` : A hash to put in the URL, e.g. ` #a-hash ` .
118
118
* ` state ` : State to persist to the ` location ` .
119
119
120
- ##### ` query ` ** ([ Deprecated ] ( /upgrade-guides/v2.0.0.md#link-to-onenter-and-isactive-use-location-descriptors ) see ` to ` )**
120
+ ##### ` query ` ** ([ deprecated ] ( /upgrade-guides/v2.0.0.md#link-to-onenter-and-isactive-use-location-descriptors ) see ` to ` )**
121
121
An object of key: value pairs to be stringified.
122
122
123
- ##### ` hash ` ** ([ Deprecated ] ( /upgrade-guides/v2.0.0.md#link-to-onenter-and-isactive-use-location-descriptors ) see ` to ` )**
123
+ ##### ` hash ` ** ([ deprecated ] ( /upgrade-guides/v2.0.0.md#link-to-onenter-and-isactive-use-location-descriptors ) see ` to ` )**
124
124
A hash to put in the URL, e.g. ` #a-hash ` .
125
125
126
126
_ Note: React Router currently does not manage scroll position, and will not scroll to the element corresponding to the hash._
127
127
128
- ##### ` state ` ** ([ Deprecated ] ( /upgrade-guides/v2.0.0.md#link-to-onenter-and-isactive-use-location-descriptors ) see ` to ` )**
128
+ ##### ` state ` ** ([ deprecated ] ( /upgrade-guides/v2.0.0.md#link-to-onenter-and-isactive-use-location-descriptors ) see ` to ` )**
129
129
State to persist to the ` location ` .
130
130
131
131
##### ` activeClassName `
0 commit comments