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 96f6f81 commit b284987Copy full SHA for b284987
src/reactpy_router/routers.py
@@ -74,13 +74,10 @@ def router(
74
match = use_memo(lambda: _match_route(resolvers, location, select="first"))
75
76
if match:
77
-
78
if first_load:
79
80
# We need skip rendering the application on 'first_load' to avoid
81
# rendering it twice. The second render occurs following
82
# the impending on_history_change event
83
84
route_elements = []
85
else:
86
route_elements = [
0 commit comments