When using ApmRoutes with react-router package v7, I get this error

package.json
"react-router": "^7.2.0"
"@elastic/apm-rum": "^5.16.0",
"@elastic/apm-rum-react": "^2.0.2",
main.tsx
import { ApmRoutes } from '@elastic/apm-rum-react';
export function App() {
return (
);
}