grafana / faro-web-sdk

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. Frontend telemetry can then be correlated with backend and infrastructure data for full-stack observability.
https://grafana.com/oss/faro/
Apache License 2.0
690 stars 62 forks source link

Faro react type issues create routes from children #585

Closed codecapitano closed 2 months ago

codecapitano commented 2 months ago

Why

Type issue with react router v6.23.0 and dependencies.createRoutesFromChildrens

Note: Got some help from the community. @riboher helped with reporting and testing 🙏 See: https://github.com/grafana/faro-web-sdk/issues/582

What

Update ReactRouterV6CreateRoutesFromChildren type to include RouteObjectV6DataRouter

Links

Checklist