-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Is your feature request related to a problem? Please describe.
React 19 was just released in December 2024 per https://react.dev/versions, and React Router v7 was released in December as well. Based on the status of #13 and the version of this library being pegged to the React version, it seems like this library is now two major versions behind.
Describe the solution you'd like
Updated support for React 18 and React Router v6, and ideally v7 as well.
Describe alternatives you've considered
Not using this library, or application insights in general...which is sub-optimal.
Additional context
Ensuring support for other common React scenarios such as using Webpack and Electron would be ideal.
hmdegroot and MSNev