In the latest version react-router-dom@6 use the useLocation() hook to access the state or data present to the child component.
import { useLocation } from "react-router-dom";
const location = useLocation();
console.log(location.FiltersDataList1) // To access the value