K5KSZXPMZUS5VYQAL4NDPAD7WSDUDR3PGHD6GVAKHZVE5SACS5YAC const history = useHistory();useEffect(() => {history.block((location, action) => {const res = action !== "PUSH" || getLocationId(location) !== getLocationId(history.location);// stupid construct to deal with this version of the history library being...poorly typed.if (!res) {return false;}});}, []);