1 2 3 4 5
import { useLocation } from "react-router-dom"; export default () => { return new URLSearchParams(useLocation().search); }