fix tests for python 3.9
This commit is contained in:
parent
839742c985
commit
7f9beed7b0
@ -2432,7 +2432,7 @@ class OnLoadInternalState(State):
|
||||
self.is_hydrated = False
|
||||
return [
|
||||
*fix_events(
|
||||
cast(list[EventSpec | EventHandler], load_events),
|
||||
cast(list[Union[EventSpec, EventHandler]], load_events),
|
||||
self.router.session.client_token,
|
||||
router_data=self.router_data,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user