You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: replace react-router with react-router-dom (#125)
* feat: replace react-router with react-router-dom
* chore: increment version
Co-authored-by: Abhinav Sau <Abhinav_Sau@intuit.com>
chore: remove support for rr 4, dependencies, and build improvements (#……122)
* chore: remove support for rr 4, dependencies, and build improvements
* fix: small improvement to UMD build
* chore: remove unnecessary dependency
Co-authored-by: Justin Schrader <jschrader@newrelic.com>
refactor: switch to auto generated type definitions (#110)
* refactor: switch to auto generated type definitions
* chore: switch to latest LTS version of node
Co-authored-by: Justin Schrader <jschrader@newrelic.com>
Fix: react-router 5.1+ not forwarding props to wrapped component (#99)
* fix: the new useLocation path was not forwarding props
* chore: bump version
Co-authored-by: Justin Schrader <jschrader@newrelic.com>