We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bef6a commit 53cdb9eCopy full SHA for 53cdb9e
src/reactpy_router/routers.py
@@ -122,7 +122,7 @@ def _match_route(
122
# matches via the `Route` component. However, it's kept here to support future changes
123
# or third-party routers.
124
# TODO: The `resolver.key` value has edge cases where it is not unique enough to use as
125
- # a key here, unless we begin throwing errors for duplicate routes.
+ # a key here. We can potentially fix this by throwing errors for duplicate identical routes.
126
matches.append(_add_route_key(match, resolver.key)) # pragma: no cover
127
128
if not matches:
0 commit comments