We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f811425 commit 8d06e99Copy full SHA for 8d06e99
src/features/decoder/components/token-decoder.component.tsx
@@ -88,12 +88,12 @@ export const TokenDecoderComponent: React.FC<TokenDecoderComponentProps> = ({
88
});
89
};
90
91
- window.addEventListener("hashchange", handleHashChange);
+ //window.addEventListener("hashchange", handleHashChange);
92
93
handleHashChange();
94
95
return () => {
96
- window.removeEventListener("hashchange", handleHashChange);
+ //window.removeEventListener("hashchange", handleHashChange);
97
98
}, [handleJwtChange$, router]);
99
0 commit comments