You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If the app is opened from a deep link, get the reportID (if exists) from the deep link and navigate to the chat report
@@ -74,7 +74,17 @@ function DeepLinkHandler({onInitialUrl}: DeepLinkHandlerProps) {
74
74
linkingChangeListener.current?.remove();
75
75
};
76
76
// eslint-disable-next-line react-hooks/exhaustive-deps -- intentionally excluding allReports, isAuthenticated, and onInitialUrl to avoid re-triggering deep link handling on every report update
0 commit comments