We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a28f94 + 4020836 commit c56ec0cCopy full SHA for c56ec0c
README.md
@@ -164,7 +164,7 @@ Configuration component to declare your application's routes and view hierarchy.
164
**location** - The method to use for page navigation when initializing the router.
165
May be either "hash" to use URLs with hashes in them and the `hashchange` event or
166
"history" to use the HTML5 history API. This prop is only ever used on the root
167
-route that is rendered into the page.
+route that is rendered into the page. The default is "hash".
168
169
**name** - The name of the route, used in the `Link` component and the
170
router's transition methods.
0 commit comments