We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733603c commit 5501047Copy full SHA for 5501047
src/Router/utils/route.js
@@ -150,7 +150,7 @@ export const getValuesFromHash = (hash = '', path) => {
150
// we already did the matching part
151
path = stripRegex(path, '')
152
153
- const getUrlParts = /(\/?:?[\w%\s:-]+)/g
+ const getUrlParts = /(\/?:?[\w%\s:.-]+)/g
154
const hashParts = hash.match(getUrlParts) || []
155
const routeParts = path.match(getUrlParts) || []
156
const getNamedGroup = /^\/:([\w-]+)\/?/
0 commit comments