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 31cb0d8 commit 2479362Copy full SHA for 2479362
src/hooks/useMapHash.ts
@@ -28,7 +28,6 @@ export function useMapHash(mapState: MapState): MapState | null {
28
const [initialState] = useState(parseHash);
29
30
function onHashChange(newState: MapState) {
31
- console.log("throttledUpdateHash");
32
const newHash = formatHash(newState);
33
if (window.location.hash !== newHash) {
34
window.location.hash = newHash;
0 commit comments