-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/should-fall-through #11
Conversation
README.md
Outdated
@@ -51,6 +54,10 @@ const createBrowserHistory = rsr.createBrowserHistory; | |||
|
|||
const history = createBrowserHistory(); | |||
|
|||
const options = { | |||
shouldFallThrough: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
matchAll
README.md
Outdated
|
||
Key | Description | ||
--------------------|-------------------------------------------------------- | ||
`shouldFallThrough` | Determines whether route matching should take into account all matching rules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
matchAll
I have updated |
Thanks, @TeoTN! I'll try to get a release out in a day or two. |
Implement #10 - optional fall through pattern matching