indicate to DFL that the router has shim applied

This commit is contained in:
AAGaming
2023-01-16 09:12:52 -05:00
parent d695b90baf
commit 83680fffa2

View File

@@ -25,6 +25,7 @@ declare global {
NavigateToInvites: Navigation.NavigateToInvites,
NavigateToLibraryTab: Navigation.NavigateToLibraryTab,
};
(Router as unknown as any).deckyShim = true;
Object.assign(Router, shims);
}
} catch (e) {