Skip to content

Commit bb54844

Browse files
committed
Reload on resolveDispatcher() is null
1 parent 6b043d6 commit bb54844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflex/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,6 +2486,7 @@ class FrontendEventExceptionState(State):
24862486
),
24872487
re.compile(re.escape("TypeError: null is not an object")), # Safari
24882488
re.compile(r"TypeError: can't access property \".*\" of null"), # Firefox
2489+
re.compile(re.escape("resolveDispatcher() is null")),
24892490
]
24902491

24912492
@event

0 commit comments

Comments
 (0)