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 0469615 commit 1d33c65Copy full SHA for 1d33c65
src/reactpy_router/routers.py
@@ -70,7 +70,7 @@ def router(
70
]
71
return ConnectionContext(
72
History( # type: ignore
73
- {"on_change": lambda event: set_location(Location(**event))}
+ {"onChange": lambda event: set_location(Location(**event))}
74
),
75
html._(route_elements),
76
value=Connection(old_conn.scope, location, old_conn.carrier),
0 commit comments