Skip to content

Commit 756a6e0

Browse files
committed
restore deps
1 parent efb97c8 commit 756a6e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/.templates/web/utils/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ export const useEventLoop = (
10301030

10311031
// Equivalent to routeChangeComplete - runs after navigation completes
10321032
addEvents(onLoadInternalEvent());
1033-
}, [location]);
1033+
}, [location, dispatch, onLoadInternalEvent, addEvents]);
10341034

10351035
return [addEvents, connectErrors];
10361036
};

0 commit comments

Comments
 (0)