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 2d88133 commit b1192c5Copy full SHA for b1192c5
src/reactpy_router/routers.py
@@ -77,7 +77,7 @@ def on_history_change(event: dict[str, Any]) -> None:
77
78
return ConnectionContext(
79
History({"onHistoryChange": on_history_change}), # type: ignore[return-value]
80
- html._(route_elements),
+ *route_elements,
81
value=Connection(old_conn.scope, location, old_conn.carrier),
82
)
83
0 commit comments